Function calloc

Source
pub unsafe extern "C" fn calloc(
    __item_count: c_uint,
    __item_size: c_uint,
) -> *mut c_void