pub unsafe extern "C" fn cmd_get_name(cmd: Command) -> *const c_charExpand description
Get the name for a given command, e.g., “assert”. @param cmd The command to invoke. @return The name of the command. @note The returned char* pointer is only valid until the next call to this function.