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

Creates a WithdrawWithheldTokensFromMint instruction