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