ffi.Pointer<ffi.Void> memcpy( ffi.Pointer<ffi.Void> dst, ffi.Pointer<ffi.Void> src, int n, ) { return _memcpy( dst, src, n, ); }