pub unsafe extern "C" fn rust_realloc( old_ptr: *mut c_void, new_size: usize, ) -> *mut c_void
Baseline realloc implementation with Rust allocator
realloc
Returns NULL if size is 0 or overflows isize::MAX
isize::MAX