pub fn mls_decode_collection<T, F>( reader: &mut &[u8], item_decode: F, ) -> Result<T, Error>where F: Fn(&mut &[u8]) -> Result<T, Error>,