pkgcraft_pkg_hash

Function pkgcraft_pkg_hash 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_pkg_hash(p: *mut Pkg<'_>) -> u64
Expand description

Return the hash value for a package.

ยงSafety

The argument must be a non-null Pkg pointer.