pub unsafe extern "C" fn alpm_option_get_dlcb(
    handle: *mut alpm_handle_t
) -> alpm_cb_download
Expand description

Returns the callback used to report download progress. @param handle the context handle @return the currently set download callback