Type Alias NegotiateLoaderRuntimeInterface

Source
pub type NegotiateLoaderRuntimeInterface = unsafe extern "system" fn(loader_info: *const NegotiateLoaderInfo, runtime_request: *mut NegotiateRuntimeRequest) -> Result;
Expand description