#[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_atom(
    p: *mut Pkg<'_>
) -> *const Atom
Expand description

Return a package’s atom.

Safety

The argument must be a non-null Pkg pointer.