Example: lrc_get_bstr_length

In the following example the length returned from lrc_get_bstr_length will be 12. This includes the nulls within the string.

BSTR str = lrc_BSTR1("abc\x00def\x00\x00ghi", 12);
int len = lrc_get_bstr_length(str);