pub type PGAUGE_CALLBACK = Option<unsafe extern "C" fn(arg1: PGAUGEHDR, arg2: SINT32, arg3: UINT32)>;
pub enum PGAUGE_CALLBACK { None, Some(unsafe extern "C" fn(*mut GAUGEHDR, i32, u32)), }
No value.
Some value of type T.
T