calloc

Function calloc 

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