pub fn verify_tx_buffer_payload_layout(
buffer: &mut impl UTxBuffer,
payload_len: usize,
alignment: usize,
) -> Result<(), UStatus>Expand description
Verifies the visible transmit payload layout exposed by a zero-copy loan.
ยงErrors
Returns an error if the requested layout is invalid or the exposed payload range does not match it.