pub unsafe fn SHCreatePropSheetExtArray<P0, P1>(
    hkey: P0,
    pszsubkey: P1,
    max_iface: u32
) -> HPSXA
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>,