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§
None
No value.
Some(unsafe extern "C" fn(*mut ZL_Decoder_s, *mut *const ZL_Input_s) -> ZL_Result_size_t_u)
Some value of type T.