#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_audit_entry_signature(
entry: *const PamojaAuditEntry,
out_signature: *mut u8,
) -> PamojaStatusExpand description
Copies out the signature over an entry.
§Arguments
entry- the entry.out_signature- receivesPAMOJA_AUDIT_SIGNATURE_LENbytes.
§Returns
PamojaStatus::Ok on success.
§Safety
entry must be a live handle, and out_signature must point to at least
PAMOJA_AUDIT_SIGNATURE_LEN writable bytes.