pub type TIMERPROC = Option<unsafe extern "C" fn(arg1: HWND, arg2: UINT, arg3: UINT_PTR, arg4: DWORD)>;
pub enum TIMERPROC { None, Some(unsafe extern "C" fn(*mut HWND__, u32, u64, u64)), }
No value.
Some value of type T.
T