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

Return a package’s SRC_URI.

Returns NULL on nonexistence.

Safety

The argument must be a non-null EbuildPkg pointer.