ffi.Pointer<ffi.Int8> strpbrk( ffi.Pointer<ffi.Int8> __s, ffi.Pointer<ffi.Int8> __accept, ) { return _strpbrk( __s, __accept, ); }