Function diplomat_runtime::writeable::diplomat_buffer_writeable_len
source · #[no_mangle]
pub extern "C" fn diplomat_buffer_writeable_len(
this: &DiplomatWriteable,
) -> usize
Expand description
Gets the length in bytes of the content written to the writable.
§Safety
this
must be a pointer to a validDiplomatWriteable
constructed bydiplomat_buffer_writeable_create()
.