Function Tcl_SetLongObj

Source
pub unsafe extern "C" fn Tcl_SetLongObj(
    objPtr: *mut Tcl_Obj,
    longValue: c_long,
)