pkgcraft_version_intersects

Function pkgcraft_version_intersects 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_version_intersects( v1: *mut Version, v2: *mut Version, ) -> bool
Expand description

Determine if two versions intersect.

ยงSafety

The version arguments should be non-null Version pointers.