fn insert_in_at<Data>( store: &mut Vec<Option<Object<Data>>>, id: usize, object: Object<Data>, ) -> Result<(), ()>