pub type PMOUSE_FUNCTION = Option<unsafe extern "C" fn(arg1: PPIXPOINT, arg2: FLAGS32) -> BOOL>;
enum PMOUSE_FUNCTION { None, Some(unsafe extern "C" fn(_: *mut PIXPOINT, _: u32) -> i32), }
No value.
Some value of type T.
T