Type Alias msfs::sys::PDESERIALIZE_CALLBACK
source · pub type PDESERIALIZE_CALLBACK = DESERIALIZE_CALLBACK;
Aliased Type§
enum PDESERIALIZE_CALLBACK {
None,
Some(unsafe extern "C" fn(_: *mut GAUGEHDR, _: *mut u8) -> bool),
}