Function pkgcraft::pkg::ebuild::pkgcraft_pkg_ebuild_slot

source ·
#[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_slot(
    p: *mut Pkg<'_>,
) -> *mut c_char
Expand description

Return a package’s slot.

§Safety

The argument must be a non-null Pkg pointer.