pub unsafe fn RegQueryValueW<P0, P1>(
    hkey: P0,
    lpsubkey: P1,
    lpdata: PWSTR,
    lpcbdata: Option<*mut i32>
) -> WIN32_ERROR
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>,