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

The combination of pa_xmalloc() and realloc().