pub unsafe extern "C" fn ts_record_realloc( ptr: *mut c_void, size: usize, ) -> *mut c_void
The caller must ensure that the returned pointer is eventually freed by calling ts_record_free.
ts_record_free