pub unsafe fn SHCreateStreamOnFileEx<P0, P1, P2>(
    pszfile: P0,
    grfmode: u32,
    dwattributes: u32,
    fcreate: P1,
    pstmtemplate: P2
) -> Result<IStream>
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>, P2: IntoParam<IStream>,