pub unsafe extern "C" fn av_reallocp_array(
    ptr: *mut c_void,
    nmemb: usize,
    size: usize
) -> c_int