pub fn load_bids_mut<'a>(
    sm: &MarketState,
    bids: &'a AccountInfo<'_>
) -> Result<RefMut<'a, Slab>>