int strcspn( ffi.Pointer<ffi.Int8> __s, ffi.Pointer<ffi.Int8> __reject, ) { return _strcspn( __s, __reject, ); }