pub type RLangDef = r_lang_def_t;
#[repr(C)]pub struct RLangDef { pub name: *mut i8, pub type_: *mut i8, pub value: *mut c_void, }
name: *mut i8
type_: *mut i8
value: *mut c_void