#[no_mangle]
pub unsafe extern "C" fn pkgcraft_ebuild_pkg_subslot(
    p: *mut EbuildPkg<'_>
) -> *mut c_char
Expand description

Return a package’s subslot.

Safety

The argument must be a non-null EbuildPkg pointer.