#[no_mangle]
pub unsafe extern "C" fn pkgcraft_atom_restrict(
    atom: *mut Atom
) -> *mut Restrict
Expand description

Return the restriction for an atom.

Safety

The argument must be a non-null Atom pointer.