wcsdup method

Pointer<Uint16> wcsdup(
  1. Pointer<Uint16> _String
)

Implementation

ffi.Pointer<ffi.Uint16> wcsdup(
  ffi.Pointer<ffi.Uint16> _String,
) {
  return _wcsdup_1(
    _String,
  );
}