Function decompress_buffer

Source
pub unsafe extern "C" fn decompress_buffer(
    input: *const u8,
    input_size: usize,
    output: *mut *mut c_char,
    output_type: *mut IOType,
    output_length: *mut usize,
    shape: *mut *mut u32,
    shape_size: *mut usize,
    alloc: alloc,
    verbose: bool,
    debug: bool,
) -> bool