pub type UA_ClientCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, data: *mut c_void)>;
pub enum UA_ClientCallback { None, Some(unsafe extern "C" fn(*mut UA_Client, *mut c_void)), }
No value.
Some value of type T.
T