pub unsafe fn ClusterRegSetKeySecurity<P0, P1>(
    hkey: P0,
    securityinformation: u32,
    psecuritydescriptor: P1
) -> i32
where P0: IntoParam<HKEY>, P1: IntoParam<PSECURITY_DESCRIPTOR>,