pub unsafe fn safe_array_to_vec_of_strings(
    arr: *mut SAFEARRAY
) -> WMIResult<Vec<String>>
Expand description

Safety

The caller must ensure that the array is valid and contains only strings.