pub fn serum3_cancel_all_orders(
    ctx: Context<'_, '_, '_, '_, Serum3CancelAllOrders<'_>>,
    limit: u8
) -> Result<()>