Reads the value of a VARIANT structure and converts it to an AutoIt type.
_VariantRead($pVariant)
| $pVariant | Pointer to the VARIANT structure. |
| Success: | The AutoIt value from the VARIANT. |
| Failure: | Empty string or Default, with @error set to 1 (unsupported VARIANT type). |