ffi.Pointer<ffi.Void> memset( ffi.Pointer<ffi.Void> __s, int __c, int __n, ) { return _memset( __s, __c, __n, ); }