pub fn queue_withdraw(
    ctx: CpiContext<'a, 'b, 'c, 'info, QueueWithdraw<'info>>,
    amount: u64
) -> Result<(), Error>