Type Definition emf_core_base_rs_ffi::library::api::RegisterLoaderFn[][src]

type RegisterLoaderFn = TypeWrapper<unsafe extern "C-unwind" fn(base_module: Option<NonNull<CBase>>, loader: NonNullConst<LibraryLoaderInterface>, lib_type: NonNullConst<LibraryType>) -> Result<LoaderHandle, Error>>;