pub type PROCESS_EVENT_CALLBACK = Option<unsafe extern "C" fn(gauge_header: PGAUGEHDR, pBuf: *mut BYTE) -> bool>;
pub enum PROCESS_EVENT_CALLBACK { None, Some(unsafe extern "C" fn(*mut GAUGEHDR, *mut u8) -> bool), }
No value.
Some value of type T.
T