pub unsafe extern "C" fn pa_xrealloc( ptr: *mut c_void, size: usize, ) -> *mut c_void
The combination of pa_xmalloc() and realloc().
pa_xmalloc()
realloc()