pub unsafe extern "C" fn alpm_option_set_usesyslog(
    handle: *mut alpm_handle_t,
    usesyslog: c_int
) -> c_int
Expand description

Sets whether to use syslog (0 is FALSE, TRUE otherwise). @param handle the context handle @param usesyslog whether to use the syslog (0 is FALSE, TRUE otherwise)