GgmlLibrarySharedBindingsByGeneralDeveloper.fromLookup constructor
GgmlLibrarySharedBindingsByGeneralDeveloper.fromLookup()
The symbols are looked up with lookup
.
Implementation
GgmlLibrarySharedBindingsByGeneralDeveloper.fromLookup(
ffi.Pointer<T> Function<T extends ffi.NativeType>(String symbolName) lookup,
) : _lookup = lookup;