pub unsafe extern "system" fn RtlGetDaclSecurityDescriptor(
    SecurityDescriptor: PSECURITY_DESCRIPTOR,
    DaclPresent: PBOOLEAN,
    Dacl: *mut PACL,
    DaclDefaulted: PBOOLEAN
) -> NTSTATUS