Type Definition curl_sys::curl_seek_callback

pub type curl_seek_callback = extern "C" fn(*mut c_void, curl_off_t, c_int) -> c_int;
On this page