Type Definition curl_calloc_callback
curl_sys
type curl_calloc_callback = extern "C" fn(_: size_t, _: size_t) -> *mut c_void;