Function RegSetKeySecurity

Source
pub unsafe extern "C" fn RegSetKeySecurity(
    hKey: HKEY,
    SecurityInformation: SECURITY_INFORMATION,
    pSecurityDescriptor: PSECURITY_DESCRIPTOR,
) -> LSTATUS