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