pub unsafe fn SHOpenPropSheetW<P0, P1, P2, P3>(
    pszcaption: P0,
    ahkeys: Option<&[HKEY]>,
    pclsiddefault: Option<*const GUID>,
    pdtobj: P1,
    psb: P2,
    pstartpage: P3
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<IDataObject>, P2: IntoParam<IShellBrowser>, P3: IntoParam<PCWSTR>,