Function windows::Win32::UI::Shell::SHOpenRegStream2W

pub unsafe fn SHOpenRegStream2W<P0, P1, P2>(
    hkey: P0,
    pszsubkey: P1,
    pszvalue: P2,
    grfmode: u32,
) -> Option<IStream>
where P0: Param<HKEY>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,