Function Tcl_CreateObjCommand

Source
pub unsafe extern "C" fn Tcl_CreateObjCommand(
    interp: *mut Tcl_Interp,
    cmdName: *const c_char,
    _proc: *mut Tcl_ObjCmdProc,
    clientData: ClientData,
    deleteProc: *mut Tcl_CmdDeleteProc,
) -> Tcl_Command