Type Definition curl_sys::curl_malloc_callback

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