Type Definition msfs::sys::DESERIALIZE_CALLBACK

source ·
pub type DESERIALIZE_CALLBACK = Option<unsafe extern "C" fn(gauge_header: PGAUGEHDR, pBuf: *mut BYTE) -> bool>;