pub fn cache_flush_sanitize_vec(bytes: &mut Vec<u8>)
Clear a Vec<u8> allocation capacity with volatile writes, then flush the cache lines covering the allocation.
Vec<u8>