cst_lang

Type Alias cst_lang 

Source
pub type cst_lang = cst_lang_struct;

Aliased Type§

#[repr(C)]
pub struct cst_lang { pub lang: *const i8, pub lang_init: Option<unsafe extern "C" fn(*mut cst_voice_struct)>, pub lex_init: Option<unsafe extern "C" fn() -> *mut lexicon_struct>, }

Fields§

§lang: *const i8§lang_init: Option<unsafe extern "C" fn(*mut cst_voice_struct)>§lex_init: Option<unsafe extern "C" fn() -> *mut lexicon_struct>