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