pub unsafe fn RtlSetDaclSecurityDescriptor<P0, P1>(
    securitydescriptor: PSECURITY_DESCRIPTOR,
    daclpresent: P0,
    dacl: Option<*const ACL>,
    dacldefaulted: P1,
) -> NTSTATUS
where P0: Param<BOOLEAN>, P1: Param<BOOLEAN>,