pub unsafe extern "system" fn RegEnumKeyExA(
    hkey: HKEY,
    dwindex: u32,
    lpname: PSTR,
    lpcchname: *mut u32,
    lpreserved: *const u32,
    lpclass: PSTR,
    lpcchclass: *mut u32,
    lpftlastwritetime: *mut FILETIME
) -> WIN32_ERROR
Expand description

Required features: "Win32_Foundation"