#[no_mangle]
pub extern "C" fn instrument_id_to_cstr(
instrument_id: &InstrumentId,
) -> *const c_char
Expand description
Returns an InstrumentId
as a C string pointer.
#[no_mangle]
pub extern "C" fn instrument_id_to_cstr(
instrument_id: &InstrumentId,
) -> *const c_char
Returns an InstrumentId
as a C string pointer.