Function windows::Win32::System::Registry::RegEnumKeyExW
pub unsafe fn RegEnumKeyExW<P0>(
hkey: P0,
dwindex: u32,
lpname: PWSTR,
lpcchname: *mut u32,
lpreserved: Option<*const u32>,
lpclass: PWSTR,
lpcchclass: Option<*mut u32>,
lpftlastwritetime: Option<*mut FILETIME>,
) -> WIN32_ERRORwhere
P0: Param<HKEY>,