pub unsafe extern "C" fn linearRealloc( mem: *mut c_void, size: usize ) -> *mut c_void
Reallocates a buffer. Note: Not implemented yet.
mem
size
The reallocated buffer.