Function compression_encode_scratch_buffer_size

Source
pub unsafe extern "C" fn compression_encode_scratch_buffer_size(
    algorithm: compression_algorithm,
) -> size_t
Expand description

Returns the required compression scratch buffer size for the selected algorithm.

§Arguments

§Returns

Size in bytes.