pub unsafe fn ClusterRegQueryInfoKey<P0>(
    hkey: P0,
    lpcsubkeys: *const u32,
    lpcchmaxsubkeylen: *const u32,
    lpcvalues: *const u32,
    lpcchmaxvaluenamelen: *const u32,
    lpcbmaxvaluelen: *const u32,
    lpcbsecuritydescriptor: *const u32,
    lpftlastwritetime: *const FILETIME
) -> i32
where P0: IntoParam<HKEY>,