#[unsafe(no_mangle)]pub unsafe extern "C" fn diplomat_buffer_writeable_destroy(
this: *mut DiplomatWriteable,
)Expand description
Destructor for Rust-memory backed writables.
ยงSafety
thismust be a pointer to a validDiplomatWriteableconstructed bydiplomat_buffer_writeable_create().