pub type UTraceEntry = Option<unsafe extern "system" fn(context: *const c_void, fnnumber: i32)>;
pub enum UTraceEntry { None, Some(unsafe extern "system" fn(*const c_void, i32)), }
No value.
Some value of type T.
T