Type Alias msfs::sys::SERIALIZE_CALLBACK

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

Aliased Type§

enum SERIALIZE_CALLBACK {
    None,
    Some(unsafe extern "C" fn(_: *mut GAUGEHDR, _: *mut u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GAUGEHDR, _: *mut u8))

Some value of type T.