pub type LPFRHOOKPROC = Option<unsafe extern "stdcall" fn(arg1: HWND, arg2: UINT, arg3: WPARAM, arg4: LPARAM) -> UINT_PTR>;
pub enum LPFRHOOKPROC { None, Some(unsafe extern "stdcall" fn(*mut HWND__, u32, u32, i32) -> u32), }
No value.
Some value of type T.
T