pub type Tcl_Config = Struct_Tcl_Config;
#[repr(C)]pub struct Tcl_Config { pub key: *const i8, pub value: *const i8, }
key: *const i8
value: *const i8