pub unsafe extern "C" fn alpm_pkg_get_licenses(
    pkg: *mut alpm_pkg_t
) -> *mut alpm_list_t
Expand description

Returns the list of package licenses. @param pkg a pointer to package @return a pointer to an internal list of strings.