Function RtlSetDaclSecurityDescriptor
pub unsafe extern "system" fn RtlSetDaclSecurityDescriptor(
securitydescriptor: PSECURITY_DESCRIPTOR,
daclpresent: bool,
dacl: *const ACL,
dacldefaulted: bool,
) -> NTSTATUS