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

Returns the callback used for operation progress. @param handle the context handle @return the currently set progress callback