pub unsafe extern "C" fn xmtp_message_content_bytes(
list: *const XmtpFfiMessageList,
index: i32,
out_len: *mut i32,
) -> *const u8Expand description
Get raw decrypted content bytes at index. Writes length to out_len.
The returned pointer is borrowed from the list — do NOT free it.