pub unsafe extern "C" fn Dart_GetNativeSymbol(
    library: Dart_Handle,
    resolver: *mut Dart_NativeEntrySymbol
) -> Dart_Handle
Expand description

Returns the callback used to resolve native function symbols for a library.

\param library A library. \param resolver a pointer to a Dart_NativeEntrySymbol.

\return A valid handle if the library was found.