pub fn withdraw_withheld_tokens_from_mint(
    token_program_id: &Pubkey,
    mint: &Pubkey,
    destination: &Pubkey,
    authority: &Pubkey,
    multisig_signers: &[&Pubkey],
    proof_data: &WithdrawWithheldTokensData
) -> Result<Vec<Instruction>, ProgramError>
Expand description

Create a WithdrawWithheldTokensFromMint instruction