Function calloc

Source
#[no_mangle]
pub unsafe extern "C" fn calloc(
    count: usize,
    size: usize,
) -> *mut c_void