#[no_mangle] pub unsafe extern "C" fn pkgcraft_ebuild_pkg_pdepend( p: *mut EbuildPkg<'_>) -> *mut DepSet<'_>
Return a package’s PDEPEND.
Returns NULL on nonexistence.
The argument must be a non-null EbuildPkg pointer.