pub unsafe fn SHRegDeleteUSValueW<P0>(
    huskey: isize,
    pwzvalue: P0,
    delregflags: SHREGDEL_FLAGS
) -> WIN32_ERROR
where P0: IntoParam<PCWSTR>,