pub unsafe extern "C" fn rprealloc(
    ptr: *mut c_void,
    size: size_t
) -> *mut c_void
Expand description

Reallocate the given block to at least the given size