Function av_fast_realloc

pub unsafe extern "C" fn av_fast_realloc(
    ptr: *mut c_void,
    size: *mut u32,
    min_size: usize,
) -> *mut c_void