pub unsafe fn SHRegCreateUSKeyW<P0>(
    pwzpath: P0,
    samdesired: u32,
    hrelativeuskey: isize,
    phnewuskey: *mut isize,
    dwflags: u32
) -> WIN32_ERROR
where P0: IntoParam<PCWSTR>,