ZL_SplitParserFn

Type Alias ZL_SplitParserFn 

Source
pub type ZL_SplitParserFn = Option<unsafe extern "C" fn(state: *mut ZL_SplitState, in_: *const ZL_Input) -> ZL_SplitInstructions>;

Aliased Type§

pub enum ZL_SplitParserFn {
    None,
    Some(unsafe extern "C" fn(*mut ZL_SplitState_s, *const ZL_Input_s) -> ZL_SplitInstructions),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ZL_SplitState_s, *const ZL_Input_s) -> ZL_SplitInstructions)

Some value of type T.