pkgcraft_dependency_hash

Function pkgcraft_dependency_hash 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_dependency_hash( d: *mut Dependency, ) -> u64
Expand description

Return the hash value for a Dependency.

ยงSafety

The argument must be a valid Dependency pointer.