pub fn withdraw_and_hold<T: Config>(
    operator_id: OperatorId,
    dest_account: &T::AccountId,
    withdraw_amount: <T as Config>::Balance,
) -> Result<<T as Config>::Balance, Error>Expand description
Transfer the given withdraw_amount of balance from the bundle storage fund to the
given dest_account and hold on the dest_account