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