Type Alias msfs::sys::PSERIALIZE_SIZE_CALLBACK

source ·
pub type PSERIALIZE_SIZE_CALLBACK = SERIALIZE_SIZE_CALLBACK;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.