ffi.Pointer<ffi.Void> memcpy( ffi.Pointer<ffi.Void> __dest, ffi.Pointer<ffi.Void> __src, int __n, ) { return _memcpy( __dest, __src, __n, ); }