diplomat_buffer_writeable_len

Function diplomat_buffer_writeable_len 

Source
#[unsafe(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