Type Alias curl_sys::curl_strdup_callback

source ยท
pub type curl_strdup_callback = extern "C" fn(_: *const c_char) -> *mut c_char;