Function Tcl_SetBooleanObj

Source
pub unsafe extern "C" fn Tcl_SetBooleanObj(
    objPtr: *mut Tcl_Obj,
    boolValue: c_int,
)