Type Definition curl_sys::curl_realloc_callback

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