ffi.Pointer<ffi.Int8> strrchr( ffi.Pointer<ffi.Int8> __s, int __c, ) { return _strrchr( __s, __c, ); }