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