pub unsafe fn ClusterRegGetKeySecurity<P0>(
    hkey: P0,
    requestedinformation: u32,
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    lpcbsecuritydescriptor: *mut u32
) -> i32
where P0: IntoParam<HKEY>,