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

Return a package’s long description.

Returns NULL on nonexistence.

§Safety

The argument must be a non-null Pkg pointer.