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

Set the local file siglevel. @param handle the context handle @param level a \link alpm_siglevel_t \endlink bitfield of the level to set @return 0 on success, -1 on error (pm_errno is set accordingly)