pub type LPFRHOOKPROC = Option<unsafe extern "system" fn(HWND, UINT, WPARAM, LPARAM) -> UINT_PTR>;
pub enum LPFRHOOKPROC { None, Some(unsafe extern "system" fn(*mut HWND__, u32, usize, isize) -> usize), }
No value.
Some value of type T.
T