ffi.Pointer<ffi.Void> memset( ffi.Pointer<ffi.Void> s, int c, int n, ) { return _memset( s, c, n, ); }