ffi.Pointer<ffi.Void> IntToPtr( int i, ) { return (_IntToPtr ??= _dylib.lookupFunction<_c_IntToPtr, _dart_IntToPtr>('IntToPtr'))( i, ); }