pub fn acquire<'a>( pool_guard: &'a RwLockReadGuard<'a, Vec<Mutex<Vec<u8>>>>, pack_size: usize, ) -> Option<MutexGuard<'a, Vec<u8>>>