pub type PFNLVCOMPARE = Option<unsafe extern "system" fn(LPARAM, LPARAM, LPARAM) -> c_int>;
pub enum PFNLVCOMPARE { None, Some(unsafe extern "system" fn(isize, isize, isize) -> i32), }
No value.
Some value of type T.
T