#[no_mangle]
pub unsafe extern "C" fn pkgcraft_atom_intersects(
    a1: *mut Atom,
    a2: *mut Atom
) -> bool
Expand description

Determine if two atoms intersect.

Safety

The arguments must be non-null Atom pointers.