pub unsafe fn safe_array_to_vec(
    arr: *mut SAFEARRAY,
    item_type: u32
) -> WMIResult<Vec<Variant>>
Expand description

Safety

The caller must ensure that the array is valid.