Type Definition curl_sys::curl_calloc_callback

pub type curl_calloc_callback = extern "C" fn(size_t, size_t) -> *mut c_void;