Type Alias curl_sys::curl_malloc_callback

source ยท
pub type curl_malloc_callback = extern "C" fn(_: size_t) -> *mut c_void;