Example: lrc_print_variant

This example shows how to print a variant BSTR:

    VARIANT var = lrc_variant_BSTR("HELLO");
    lrc_print_variant(var);