#[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_upstreams_free(
    upstreams: *mut *mut Upstream,
    len: usize
)
Expand description

Free an array of Upstream pointers.

Safety

The argument must be the value received from pkgcraft_pkg_ebuild_upstreams() or NULL along with the length of the array.