#[unsafe(no_mangle)]pub unsafe fn ffi_buf_deallocate(ptr: FFIBufPtr)Expand description
ffi_buf_deallocate will immediately drop the buffer pointed to by the pointer, freeing the memory
ยงSafety
The pointer must have been allocated by ffi_buf_allocate or FFIBufManager::alloc.