#[no_mangle]
pub unsafe extern "C" fn instrument_id_check_parsing(
ptr: *const c_char,
) -> *const c_char
Expand description
Returns any InstrumentId
parsing error from the provided C string pointer.
ยงSafety
Assumes ptr
is a valid C string pointer.