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