#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_mesh_frame_payload_len( frame: *const PamojaMeshFrame, ) -> usize
Returns the length in bytes of the payload a frame carries.
The payload length, or 0 if frame is null.
frame
frame must be a live handle from a call that produced one, or null.