Skip to main content

drop_buffer

Function drop_buffer 

Source
pub unsafe fn drop_buffer(buf: *mut FolditPluginBuffer)
Expand description

Release a buffer previously produced by buffer_from_vec.

ยงSafety

buf must be null or point to a buffer this plugin allocated.