pub unsafe extern "C" fn tidyGetArgValueString(
tmessage: TidyMessage,
arg: *mut TidyMessageArgument,
) -> ctmbstr
Expand description
Returns the string value of the given message argument. An assertion will be generated if the argument type is not a string. @result Returns the string value of the given argument.