Function SHCreateStreamOnFileEx
pub unsafe fn SHCreateStreamOnFileEx<P0, P4>(
pszfile: P0,
grfmode: u32,
dwattributes: u32,
fcreate: bool,
pstmtemplate: P4,
) -> Result<IStream>where
P0: Param<PCWSTR>,
P4: Param<IStream>,