pub type cst_val_def = cst_val_def_struct;Aliased Type§
#[repr(C)]pub struct cst_val_def {
pub name: *const i8,
pub delete_function: Option<unsafe extern "C" fn(*mut c_void)>,
}Fields§
§name: *const i8§delete_function: Option<unsafe extern "C" fn(*mut c_void)>