[][src]Function pyo3::ffi::PyMem_Calloc

pub unsafe extern "C" fn PyMem_Calloc(
    nelem: size_t,
    elsize: size_t
) -> *mut c_void