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