Function alpm_sys::alpm_pkg_get_md5sum
source · pub unsafe extern "C" fn alpm_pkg_get_md5sum(
pkg: *mut alpm_pkg_t
) -> *const c_char
Expand description
Returns the package’s MD5 checksum as a string. The returned string is a sequence of 32 lowercase hexadecimal digits. @param pkg a pointer to package @return a reference to an internal string