Skip to main content

pamoja_audit_entry_payload

Function pamoja_audit_entry_payload 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_audit_entry_payload( entry: *const PamojaAuditEntry, ) -> *mut PamojaBuffer
Expand 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.