Function pkgcraft::pkg::pkgcraft_pkg_format

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

Return a package’s format.

§Safety

The argument must be a non-null Pkg pointer.