pub fn queue_withdraw(
    ctx: Context<'_, '_, '_, '_, QueueWithdraw<'_>>,
    amount: u64
) -> Result<()>
Expand description

Allows an owner to withdraw from a queue’s lamport balance.