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)),
}