macro_rules! align32 {
($x:expr) => { ... };
}
Expand description
Align input value to the next multiple of 4 bytes
Return the next multiple of 4 bytes greater of equal than value
ยงSafety
value
must be strictly less tham <type>::MAX-2
, or this will overflow