#[unsafe(no_mangle)]pub unsafe extern "C" fn bar_type_from_cstr( ptr: *const c_char, ) -> BarType
Returns a BarType from a C string pointer.
BarType
Assumes ptr is a valid C string pointer.
ptr