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