pub type Tcl_ObjCmdProc = Option<unsafe extern "C" fn(clientData: ClientData, interp: *mut Tcl_Interp, objc: c_int, objv: *const *mut Tcl_Obj) -> c_int>;Aliased Type§
pub enum Tcl_ObjCmdProc {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut Tcl_Interp, i32, *const *mut Tcl_Obj) -> i32),
}