pub exec fn init_vec_u8(n: usize) -> res : Vec<u8> ⓘ
res@.len() == n,
Helper function to initialize a vector of u8 with zeros.
u8