Function execute_withdrawal

Source
pub fn execute_withdrawal<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ExecuteWithdrawal<'info>>,
    execution_fee: u64,
    throw_on_execution_error: bool,
) -> Result<()>