calloc

Function calloc 

Source
pub unsafe extern "C" fn calloc(
    _Count: size_t,
    _Size: size_t,
) -> *mut c_void