Function windows_sys::Win32::System::Registry::RegEnumKeyExW

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