Type Definition curl_sys::curl_conv_callback

pub type curl_conv_callback = extern "C" fn(*mut c_char, size_t) -> CURLcode;
On this page