Skip to main content

cst_val_def

Type Alias cst_val_def 

Source
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)>