#[no_mangle] pub unsafe extern "C" fn arrow_rs_free_error(c_error: *mut c_char)
Release a const char* exported by result_to_c_error()
The pointer is assumed to have been obtained using CString::into_raw.