pub type WAITORTIMERCALLBACKFUNC = Option<unsafe extern "C" fn(arg1: PVOID, arg2: BOOLEAN)>;
pub enum WAITORTIMERCALLBACKFUNC { None, Some(unsafe extern "C" fn(*mut c_void, u8)), }
No value.
Some value of type T.
T