SymbolLookupFn typedef

SymbolLookupFn = Pointer<T> Function<T extends NativeType>(String symbolName)

Implementation

typedef SymbolLookupFn = ffi.Pointer<T> Function<T extends ffi.NativeType>(String symbolName);