Type Definition emf_core_base_rs_ffi::module::module_loader::FetchStatusFn[][src]

type FetchStatusFn = TypeWrapper<unsafe extern "C-unwind" fn(loader: Option<NonNull<ModuleLoader>>, handle: InternalHandle) -> Result<ModuleStatus, Error>>;