ffi.Pointer<ffi.Void> LocalAlloc( int uFlags, int uBytes, ) { return (_LocalAlloc ??= _dylib.lookupFunction<_c_LocalAlloc, _dart_LocalAlloc>('LocalAlloc'))( uFlags, uBytes, ); }