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

Sets the path to libalpm’s GnuPG home directory. @param handle the context handle @param gpgdir the gpgdir to set