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

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

Non-inlined equivalent of av_mallocz_array().

Created for symmetry with the calloc() C function.