ffi.Pointer<ffi.Void> UIntToPtr( int ui, ) { return (_UIntToPtr ??= _dylib.lookupFunction<_c_UIntToPtr, _dart_UIntToPtr>('UIntToPtr'))( ui, ); }