pub unsafe extern "system" fn SHEnumKeyExA(
    hkey: HKEY,
    dwindex: u32,
    pszname: PSTR,
    pcchname: *mut u32
) -> WIN32_ERROR
Expand description

Required features: "Win32_Foundation", "Win32_System_Registry"