pub type LPFNBUTTON = Option<unsafe extern "system" fn(usize, *mut c_void, u32, *mut ENTRYID, u32) -> i32>;
pub enum LPFNBUTTON { None, Some(unsafe extern "system" fn(usize, *mut c_void, u32, *mut ENTRYID, u32) -> i32), }
No value.
Some value of type T.
T