Function windows::Win32::UI::Shell::SHEnumKeyExA

pub unsafe fn SHEnumKeyExA<P0>(
    hkey: P0,
    dwindex: u32,
    pszname: PSTR,
    pcchname: *mut u32
) -> WIN32_ERROR
where P0: IntoParam<HKEY>,