Function windows::Win32::UI::Shell::SHCreatePropSheetExtArray

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