[][src]Function stainless_ffmpeg_sys::av_fast_padded_mallocz

pub unsafe extern "C" fn av_fast_padded_mallocz(
    ptr: *mut c_void,
    size: *mut c_uint,
    min_size: size_t
)

Same behaviour av_fast_padded_malloc except that buffer will always be 0-initialized after call.