void free( ffi.Pointer<ffi.Void> _Block, ) { return (_free ??= _dylib.lookupFunction<_c_free, _dart_free>('free'))( _Block, ); }