Skip to main content

cst_uttfunc

Type Alias cst_uttfunc 

Source
pub type cst_uttfunc = Option<unsafe extern "C" fn(i: *mut cst_utterance) -> *mut cst_utterance>;

Aliased Type§

pub enum cst_uttfunc {
    None,
    Some(unsafe extern "C" fn(*mut cst_utterance_struct) -> *mut cst_utterance_struct),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut cst_utterance_struct) -> *mut cst_utterance_struct)

Some value of type T.