MLResolveCallbackFunction

Type Alias MLResolveCallbackFunction 

Source
pub type MLResolveCallbackFunction = Option<unsafe extern "C" fn(env: WSEnvironment, ref_: WSServiceRef, serviceName: *const c_char, linkName: *const c_char, protocol: *const c_char, options: c_int, context: *mut c_void)>;

Aliased Type§

pub enum MLResolveCallbackFunction {
    None,
    Some(unsafe extern "C" fn(*mut ml_environment, *mut c_void, *const i8, *const i8, *const i8, i32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ml_environment, *mut c_void, *const i8, *const i8, *const i8, i32, *mut c_void))

Some value of type T.