Function windows::Win32::UI::Shell::OpenRegStream

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