diplomat_buffer_writeable_get_bytes

Function diplomat_buffer_writeable_get_bytes 

Source
#[unsafe(no_mangle)]
pub extern "C" fn diplomat_buffer_writeable_get_bytes( this: &DiplomatWriteable, ) -> *mut u8
Expand description

Grabs a pointer to the underlying buffer of a writable.

ยงSafety