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