Function calloc

Source
pub unsafe fn calloc(n: u64, size: u64) -> *mut c_void
Expand description

Malloc, but zero out the memory.