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