Function windows::Win32::System::Registry::RegEnumKeyW

pub unsafe fn RegEnumKeyW<P0>(
    hkey: P0,
    dwindex: u32,
    lpname: Option<&mut [u16]>,
) -> WIN32_ERROR
where P0: Param<HKEY>,