pub unsafe extern "C" fn fz_deflate_bound(
    ctx: *mut fz_context,
    size: usize
) -> usize
Expand description

Returns the upper bound on the size of flated data of length size.