Function calloc

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