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

Adds an allowed package architecture. @param handle the context handle @param arch the architecture to set