Type Definition curl_sys::curl_fnmatch_callback

source ·
pub type curl_fnmatch_callback = extern "C" fn(_: *mut c_void, _: *const i8, _: *const i8) -> i32;