void bcopy( ffi.Pointer<ffi.Void> src, ffi.Pointer<ffi.Void> dst, int n, ) { return _bcopy( src, dst, n, ); }