pub type cst_synth_module = cst_synth_module_struct;Aliased Type§
#[repr(C)]pub struct cst_synth_module {
pub hookname: *const i8,
pub defhook: Option<unsafe extern "C" fn(*mut cst_utterance_struct) -> *mut cst_utterance_struct>,
}Fields§
§hookname: *const i8§defhook: Option<unsafe extern "C" fn(*mut cst_utterance_struct) -> *mut cst_utterance_struct>