Function SHOpenPropSheetW
pub unsafe fn SHOpenPropSheetW<P0, P4, P5, P6>(
    pszcaption: P0,
    ahkeys: Option<&[HKEY]>,
    pclsiddefault: Option<*const GUID>,
    pdtobj: P4,
    psb: P5,
    pstartpage: P6,
) -> BOOLwhere
    P0: Param<PCWSTR>,
    P4: Param<IDataObject>,
    P5: Param<IShellBrowser>,
    P6: Param<PCWSTR>,