pub fn serum3_cancel_order(
    ctx: Context<'_, '_, '_, '_, Serum3CancelOrder<'_>>,
    side: Serum3Side,
    order_id: u128
) -> Result<()>