Skips a NUL-terminated UTF-16 string in the gst.ByteReader.ByteReader instance, advancing the current position to the byte after the string.
No input checking for valid UTF-16 is done.
This function will fail if no NUL-terminator was found in in the data.
TRUE if a string could be skipped, FALSE otherwise.
Skips a NUL-terminated UTF-16 string in the gst.ByteReader.ByteReader instance, advancing the current position to the byte after the string.
No input checking for valid UTF-16 is done.
This function will fail if no NUL-terminator was found in in the data.