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