int ispunct( int _C, ) { return (_ispunct ??= _dylib.lookupFunction<_c_ispunct, _dart_ispunct>('ispunct'))( _C, ); }