Function Tcl_DeleteCommand

Source
pub unsafe extern "C" fn Tcl_DeleteCommand(
    interp: *mut Tcl_Interp,
    cmdName: *const c_char,
) -> c_int