pub trait IDStorageStatusArray_Impl: Sized {
unsafe fn IsComplete(&self, index: u32) -> bool;
unsafe fn GetHResult(&self, index: u32) -> HRESULT;
}pub trait IDStorageStatusArray_Impl: Sized {
unsafe fn IsComplete(&self, index: u32) -> bool;
unsafe fn GetHResult(&self, index: u32) -> HRESULT;
}