pub unsafe extern "C" fn cmd_to_string(cmd: Command) -> *const c_charExpand description
Get a string representation of this command. @param cmd The command to invoke. @return The string representation. @note The returned char* pointer is only valid until the next call to this function.