ts_record_malloc

Function ts_record_malloc 

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

ยงSafety

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