pub unsafe fn SHCreateStreamOnFileA<P0>(
    pszfile: P0,
    grfmode: u32
) -> Result<IStream>
where P0: IntoParam<PCSTR>,