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