pub fn withdraw_ix(
program_id: &Pubkey,
market: &Pubkey,
user: &Pubkey,
mint: &Pubkey,
user_token_account: &Pubkey,
vault: &Pubkey,
token_program: &Pubkey,
args: WithdrawArgs,
) -> Instructionpub fn withdraw_ix(
program_id: &Pubkey,
market: &Pubkey,
user: &Pubkey,
mint: &Pubkey,
user_token_account: &Pubkey,
vault: &Pubkey,
token_program: &Pubkey,
args: WithdrawArgs,
) -> Instruction