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