pub type PSERIALIZE_CALLBACK = SERIALIZE_CALLBACK;
enum PSERIALIZE_CALLBACK { None, Some(unsafe extern "C" fn(_: *mut GAUGEHDR, _: *mut u8)), }
No value.
Some value of type T.
T