curl_strdup_callback

Type Alias curl_strdup_callback 

Source
pub type curl_strdup_callback = extern "C" fn(*const c_char) -> *mut c_char;