pub unsafe extern "C" fn lzma_easy_buffer_encode( preset: u32, check: u32, allocator: *const lzma_allocator, input: *const u8, in_size: usize, out: *mut u8, out_pos: *mut usize, out_size: usize, ) -> u32