pub unsafe extern "system" fn RtlSetDaclSecurityDescriptor(
    SecurityDescriptor: PSECURITY_DESCRIPTOR,
    DaclPresent: BOOLEAN,
    Dacl: PACL,
    DaclDefaulted: BOOLEAN
) -> NTSTATUS