pub fn calloc(num: usize, size: usize) -> Address
Manually allocate memory and initialize the bytes in the allocated memory to zero. Similar to libc’s calloc.