void perror( ffi.Pointer<ffi.Int8> _ErrMsg, ) { return (_perror ??= _dylib.lookupFunction<_c_perror, _dart_perror>('perror'))( _ErrMsg, ); }