pub fn for_each_set_bit<F>(bitmap: &[u8; 32], f: F)where F: FnMut(usize),
Iterate set bit positions in ascending order (EVM signer order).