#[no_mangle]
pub unsafe extern "C" fn instrument_id_from_cstr(
ptr: *const c_char,
) -> InstrumentId
Expand description
Returns a Nautilus identifier from a C string pointer.
ยงSafety
Assumes ptr
is a valid C string pointer.
#[no_mangle]
pub unsafe extern "C" fn instrument_id_from_cstr(
ptr: *const c_char,
) -> InstrumentId
Returns a Nautilus identifier from a C string pointer.
Assumes ptr
is a valid C string pointer.