Type Definition curl_sys::curl_strdup_callback

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