pub unsafe extern "C" fn alpm_option_set_architectures(
    handle: *mut alpm_handle_t,
    arches: *mut alpm_list_t
) -> c_int
Expand description

Sets the allowed package architecture. @param handle the context handle @param arches the architecture to set