Example: lrc_save_BSTR

This example saves a BSTR to a string:

BSTR var = lrc_BSTR("ABRACADABRA");
lrc_save_BSTR("param-name",var);