pub type DeallocatorBlock = RcBlock<Box<dyn Fn(*mut c_void, usize) + Send>>;Expand description
Block type: void (^)(void*, size_t)
Used for buffer deallocators in newBufferWithBytesNoCopy:...deallocator:.
Aliased Type§
pub struct DeallocatorBlock { /* private fields */ }