[][src]Function ffmpeg_dev::sys::av_calloc

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

Non-inlined equivalent of av_mallocz_array().

Created for symmetry with the calloc() C function.