DESERIALIZE_CALLBACK

Type Alias DESERIALIZE_CALLBACK 

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

Aliased Type§

pub enum DESERIALIZE_CALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut GAUGEHDR, *mut u8) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GAUGEHDR, *mut u8) -> bool)

Some value of type T.