Function Tcl_FindCommand

Source
pub unsafe extern "C" fn Tcl_FindCommand(
    interp: *mut Tcl_Interp,
    name: *const c_char,
    contextNsPtr: *mut Tcl_Namespace,
    flags: c_int,
) -> Tcl_Command