Function rsmpeg::ffi::av_calloc[][src]

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

Non-inlined equivalent of av_mallocz_array().

Created for symmetry with the calloc() C function.