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