#[no_mangle] pub unsafe extern "C" fn pkgcraft_pkg_format( p: *mut Pkg<'_>) -> PkgFormat
Return a package’s format.
The argument must be a non-null Pkg pointer.