pub unsafe extern "C" fn mi_zalloc(size: usize) -> *mut c_void
Allocate zero-initialized size bytes.
size
Returns a pointer to newly allocated zero-initialized memory, or null if out of memory.