pub type ZL_DispatchParserFn = Option<unsafe extern "C" fn(state: *mut ZL_DispatchState, in_: *const ZL_Input) -> ZL_DispatchInstructions>;Aliased Type§
pub enum ZL_DispatchParserFn {
None,
Some(unsafe extern "C" fn(*mut ZL_DispatchState_s, *const ZL_Input_s) -> ZL_DispatchInstructions),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut ZL_DispatchState_s, *const ZL_Input_s) -> ZL_DispatchInstructions)
Some value of type T.