pub unsafe extern "C" fn generic_rust_realloc<T: Into<usize>>( mem: *mut c_void, size: T, ) -> *mut c_void
Generic realloc implementation which requires size to be converted into usize without error
realloc
usize