Function windows::Win32::System::Com::StructuredStorage::StgCreatePropStg
pub unsafe fn StgCreatePropStg<P0>(
punk: P0,
fmtid: *const GUID,
pclsid: *const GUID,
grfflags: u32,
dwreserved: u32,
) -> Result<IPropertyStorage>where
P0: Param<IUnknown>,