fn scan_non_zero_bits_in_metadata_word(
    meta_addr: Address,
    word: usize,
    visit_bit: &mut impl FnMut(Address, u8)
)