#[no_mangle] pub unsafe extern "C" fn pkgcraft_pkg_atom( p: *mut Pkg<'_>) -> *const Atom
Return a package’s atom.
The argument must be a non-null Pkg pointer.