curl_malloc_callback

Type Alias curl_malloc_callback 

Source
pub type curl_malloc_callback = extern "C" fn(size_t) -> *mut c_void;