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