pub unsafe fn ClusterRegSetKeySecurityEx<P0, P1, P2>(
    hkey: P0,
    securityinformation: OBJECT_SECURITY_INFORMATION,
    psecuritydescriptor: P1,
    lpszreason: P2
) -> i32
where P0: IntoParam<HKEY>, P1: IntoParam<PSECURITY_DESCRIPTOR>, P2: IntoParam<PCWSTR>,