[][src]Function pyo3::ffi::PyMem_RawCalloc

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