Function Tcl_ConvertToType

Source
pub unsafe extern "C" fn Tcl_ConvertToType(
    interp: *mut Tcl_Interp,
    objPtr: *mut Tcl_Obj,
    typePtr: *const Tcl_ObjType,
) -> c_int