ts_record_realloc

Function ts_record_realloc 

Source
pub unsafe extern "C" fn ts_record_realloc(
    ptr: *mut c_void,
    size: usize,
) -> *mut c_void
Expand description

ยงSafety

The caller must ensure that the returned pointer is eventually freed by calling ts_record_free.