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