Function pkgcraft::pkg::pkgcraft_pkg_str

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

Return the string for a package.

Safety

The argument must be a non-null Pkg pointer.