Function compress_buffer

Source
pub unsafe extern "C" fn compress_buffer(
    input: *const c_char,
    input_type: IOType,
    shape: *const u32,
    shape_size: usize,
    output: *mut *mut u8,
    output_size: *mut usize,
    target: Target,
    target_value: f64,
    alloc: alloc,
    verbose: bool,
    debug: bool,
)