pub unsafe extern "C" fn alpm_option_get_logcb_ctx(
handle: *mut alpm_handle_t,
) -> *mut c_void
Expand description
Returns the callback used for logging. @param handle the context handle @return the currently set log callback context
pub unsafe extern "C" fn alpm_option_get_logcb_ctx(
handle: *mut alpm_handle_t,
) -> *mut c_void
Returns the callback used for logging. @param handle the context handle @return the currently set log callback context