macro_rules! get { ($obj:expr, $name:ident) => { ... }; }
Get a property from the COM object
use variant_rs::get; let x = get!(com_object, SomeProp)?;