void swab( ffi.Pointer<ffi.Char> _Buf1, ffi.Pointer<ffi.Char> _Buf2, int _SizeInBytes, ) { return _swab1( _Buf1, _Buf2, _SizeInBytes, ); }