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