Tcl_NRCreateCommand

Function Tcl_NRCreateCommand 

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