Function ClusterRegSetKeySecurityEx
pub unsafe fn ClusterRegSetKeySecurityEx<P3>(
hkey: HKEY,
securityinformation: OBJECT_SECURITY_INFORMATION,
psecuritydescriptor: PSECURITY_DESCRIPTOR,
lpszreason: P3,
) -> i32where
P3: Param<PCWSTR>,