#[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_license(
    p: *mut Pkg<'_>
) -> *mut DependencySet
Expand description

Return a package’s LICENSE.

§Safety

The argument must be a non-null Pkg pointer.