Example: lrc_print_bstr

The following example prints a BSTR string to standard output.

BSTR str= lrc_BSTR1("abc\x00def\x00\x00ghi", 12);
lrc_print_bstr(str); /* prints "abc\x00def\x00\x00ghi" */