Type Definition curl_sys::curl_seek_callback

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