pub unsafe extern "C" fn alpm_option_add_overwrite_file(
    handle: *mut alpm_handle_t,
    glob: *const c_char
) -> c_int
Expand description

Append an overwritable file to the configured overwritable files. @param handle the context handle @param glob the file glob to add @return 0 on success, -1 on error (pm_errno is set accordingly)