pub unsafe fn SHRegOpenUSKeyW<P0, P1>(
    pwzpath: P0,
    samdesired: u32,
    hrelativeuskey: isize,
    phnewuskey: *mut isize,
    fignorehkcu: P1
) -> WIN32_ERROR
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,