ByteReader.skipStringUtf32
bool skipStringUtf32()Skips a NUL-terminated UTF-32 string in the #GstByteReader instance, advancing the current position to the byte after the string.
No input checking for valid UTF-32 is done.
This function will fail if no NUL-terminator was found in in the data.
Returns
true if a string could be skipped, false otherwise.