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