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