Function python3_sys::PyMem_RawCalloc

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