PyMem_RawCalloc

Function PyMem_RawCalloc 

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