pub unsafe extern "C" fn generic_try_rust_realloc<T: TryInto<usize>>(
mem: *mut c_void,
size: T,
) -> *mut c_void
Expand description
Generic realloc
implementation which allows size to be optionally convertable.
In case of invalid size, returns NULL pointer