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