pub unsafe extern "C" fn density_decompress_prepare_context(
input_buffer: *const u8,
input_size: uint_fast64_t,
custom_dictionary: bool,
mem_alloc: Option<unsafe extern "C" fn(arg1: usize) -> *mut c_void>,
) -> density_processing_result