calloc

Function calloc 

Source
pub unsafe extern "C" fn calloc(
    _NumOfElements: c_ulonglong,
    _SizeOfElements: c_ulonglong,
) -> *mut c_void