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