macro_rules! size_bytes_in_words {
    ($bytes_expr: expr) => { ... };
}