Type Definition curl_sys::curl_calloc_callback

source ·
pub type curl_calloc_callback = extern "C" fn(_: usize, _: usize) -> *mut c_void;