int strspn( ffi.Pointer<ffi.Char> __s, ffi.Pointer<ffi.Char> __accept, ) { return _strspn( __s, __accept, ); }