Function pyo3_ffi::PyObject_Calloc

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