pub const c_calloc: unsafe extern "C" fn(c_ulong, c_ulong) -> *mut c_void = calloc; // {src::src::cs::calloc as unsafe extern "C" fn(u64, u64) -> *mut std::ffi::c_void}