pub unsafe fn sol_log_data(segments: *const u8, segments_len: u64)Expand description
Emit a sol_log_data event payload.
ยงSafety
segments must point to a valid array of slice descriptors for the active
backend ABI, and segments_len must match the number of entries.