Tcl_CreateObjCommand

Function Tcl_CreateObjCommand 

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