#[no_mangle] pub unsafe extern "C" fn pkgcraft_ebuild_pkg_ebuild( p: *mut EbuildPkg<'_>) -> *mut c_char
Return a package’s ebuild file content.
Returns NULL on error.
The argument must be a non-null EbuildPkg pointer.