pyo3_ffi

Function PyObject_Calloc

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