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