pub type XactCallback = Option<unsafe extern "C" fn(event: Type, arg: *mut c_void)>;
enum XactCallback { None, Some(unsafe extern "C" fn(_: u32, _: *mut c_void)), }
No value.
Some value of type T.
T