ZL_TypedDecoderFn

Type Alias ZL_TypedDecoderFn 

Source
pub type ZL_TypedDecoderFn = Option<unsafe extern "C" fn(dictx: *mut ZL_Decoder, src: *mut *const ZL_Input) -> ZL_Report>;

Aliased Type§

pub enum ZL_TypedDecoderFn {
    None,
    Some(unsafe extern "C" fn(*mut ZL_Decoder_s, *mut *const ZL_Input_s) -> ZL_Result_size_t_u),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ZL_Decoder_s, *mut *const ZL_Input_s) -> ZL_Result_size_t_u)

Some value of type T.