wctomb_s method
Implementation
int wctomb_s(
ffi.Pointer<ffi.Int> _SizeConverted,
ffi.Pointer<ffi.Char> _MbCh,
int _SizeInBytes,
int _WCh,
) {
return _wctomb_s(
_SizeConverted,
_MbCh,
_SizeInBytes,
_WCh,
);
}
int wctomb_s(
ffi.Pointer<ffi.Int> _SizeConverted,
ffi.Pointer<ffi.Char> _MbCh,
int _SizeInBytes,
int _WCh,
) {
return _wctomb_s(
_SizeConverted,
_MbCh,
_SizeInBytes,
_WCh,
);
}