pub fn token_deposit_into_existing(
    ctx: Context<'_, '_, '_, '_, TokenDepositIntoExisting<'_>>,
    amount: u64,
    reduce_only: bool
) -> Result<()>