pkgcraft_dependency_set_len

Function pkgcraft_dependency_set_len 

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

Return a DependencySet’s length.

§Safety

The argument must be a valid DependencySet pointer.