avio_get_str16le

Read a UTF-16 string from pb and convert it to UTF-8. The reading will terminate when either a null or invalid character was encountered or maxlen bytes have been read. @return number of bytes read (is always <= maxlen)

extern (C) @nogc nothrow
int
avio_get_str16le
(,
int maxlen
,
char* buf
,
int buflen
)

Meta