#[unsafe(no_mangle)]pub extern "C" fn diplomat_buffer_writeable_get_bytes(
this: &DiplomatWriteable,
) -> *mut u8Expand description
Grabs a pointer to the underlying buffer of a writable.
ยงSafety
- The returned pointer is valid until the passed writable is destroyed.
thismust be a pointer to a validDiplomatWriteableconstructed bydiplomat_buffer_writeable_create().