windows::Wdk::System::SystemServices

Function RtlSetDaclSecurityDescriptor

pub unsafe fn RtlSetDaclSecurityDescriptor(
    securitydescriptor: PSECURITY_DESCRIPTOR,
    daclpresent: bool,
    dacl: Option<*const ACL>,
    dacldefaulted: bool,
) -> NTSTATUS