#[unsafe(no_mangle)]pub extern "C" fn orderbook_new(
instrument_id: InstrumentId,
book_type: BookType,
) -> *mut OrderBookExpand description
Returns an owning pointer to the heap-allocated OrderBook which the caller must
eventually pass to orderbook_drop.