pub unsafe extern "C" fn alpm_pkg_get_base(
    pkg: *mut alpm_pkg_t
) -> *const c_char
Expand description

Returns the package base name. @param pkg a pointer to package @return a reference to an internal string