#[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