#[no_mangle] pub unsafe extern "C" fn pkgcraft_atom_intersects( a1: *mut Atom, a2: *mut Atom) -> bool
Determine if two atoms intersect.
The arguments must be non-null Atom pointers.