#[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_upstreams(
    p: *mut Pkg<'_>,
    len: *mut usize
) -> *mut *mut Upstream
Expand description

Return a package’s upstreams.

Safety

The argument must be a non-null Pkg pointer.