LookupFunc typedef

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

Implementation

typedef LookupFunc =
    Pointer<T> Function<T extends NativeType>(String symbolName);