Function pyo3_ffi::PyMem_RawCalloc

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