archive_read_disk_set_matching

Function archive_read_disk_set_matching 

Source
pub unsafe extern "C" fn archive_read_disk_set_matching(
    arg1: *mut archive,
    _matching: *mut archive,
    _excluded_func: Option<unsafe extern "C" fn(arg1: *mut archive, arg2: *mut c_void, arg3: *mut archive_entry)>,
    _client_data: *mut c_void,
) -> c_int