pub unsafe extern "C" fn alpm_option_add_assumeinstalled(
    handle: *mut alpm_handle_t,
    dep: *const alpm_depend_t
) -> c_int
Expand description

Add a depend to the assumed installed list @param handle the context handle @param dep the dependency to add @return 0 on success, -1 on error (pm_errno is set accordingly)