pkgcraft_dependency_len

Function pkgcraft_dependency_len 

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

Return a Dependency’s length.

§Safety

The argument must be a valid Dependency pointer.