pub unsafe extern "C-unwind" fn CMBlockBufferAppendMemoryBlock(
the_buffer: &CMBlockBuffer,
memory_block: *mut c_void,
block_length: usize,
block_allocator: Option<&CFAllocator>,
custom_block_source: *const CMBlockBufferCustomBlockSource,
offset_to_data: usize,
data_length: usize,
flags: CMBlockBufferFlags,
) -> i32👎Deprecated: renamed to
CMBlockBuffer::append_memory_blockAvailable on crate feature
CMBlockBuffer only.