#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_audit_entry_payload(
entry: *const PamojaAuditEntry,
) -> *mut PamojaBufferExpand description
Copies out the record an entry carries.
§Arguments
entry- the entry.
§Returns
A buffer the caller must release with
pamoja_buffer_free, or null if entry is null.
§Safety
entry must be a live handle from a call that produced one, or null.