void bcopy( ffi.Pointer<ffi.Void> __src, ffi.Pointer<ffi.Void> __dest, int __n, ) { return _bcopy( __src, __dest, __n, ); }