#[unsafe(no_mangle)]pub extern "C" fn pamoja_manifest_encode(
manifest: PamojaManifest,
) -> *mut PamojaBufferExpand description
Encodes the body of a manifest, which is the part a signature covers.
§Arguments
manifest- the manifest to encode.
§Returns
A buffer the caller must release with
pamoja_buffer_free, or null if the manifest
carries a payload format this build cannot write.