ffi.Pointer<ffi.Void> LongToPtr( int l, ) { return (_LongToPtr ??= _dylib.lookupFunction<_c_LongToPtr, _dart_LongToPtr>('LongToPtr'))( l, ); }