pub unsafe fn ClusterRegEnumKey<P0>(
    hkey: P0,
    dwindex: u32,
    lpszname: PWSTR,
    lpcchname: *mut u32,
    lpftlastwritetime: Option<*mut FILETIME>
) -> i32
where P0: IntoParam<HKEY>,