arrow_integration_testing

Function arrow_rs_free_error

Source
#[no_mangle]
pub unsafe extern "C" fn arrow_rs_free_error(c_error: *mut c_char)
Expand description

Release a const char* exported by result_to_c_error()

ยงSafety

The pointer is assumed to have been obtained using CString::into_raw.