pub unsafe extern "C" fn calloc( count: usize, size: usize, ) -> *mut c_void
Allocate count items of size length each. Returns null if count * size overflows or on out-of-memory. All items are initialized to zero.
count
size
null
count * size