macro_rules! align32 {
($x:expr) => { ... };
}Available on crate feature
mtls only.Expand description
Align input value to the next multiple of 4 bytes
macro_rules! align32 {
($x:expr) => { ... };
}mtls only.Align input value to the next multiple of 4 bytes