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