Type Definition curl_sys::curl_ioctl_callback

source ·
pub type curl_ioctl_callback = extern "C" fn(_: *mut CURL, _: i32, _: *mut c_void) -> u32;