use crate::*;
use ACE_HEADER;
/// \[[docs.microsoft.com](https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-ace_header)\]
/// ~ ACE_HEADER
///
/// ### ABI Differences
///
/// A raw `ACE_HEADER` has only 2-byte alignment - however, actual ACEs (and this [`ace::Header`] type) have 4-byte alignment:
/// > Each ACL and ACE structure begins on a DWORD boundary.
/// >
/// > <https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-acl>
const _ : = assert!; // See "ABI Differences" above
structure!;