Function pyo3_ffi::PyObject_Calloc

source ยท
pub unsafe extern "C" fn PyObject_Calloc(
    nelem: size_t,
    elsize: size_t
) -> *mut c_void