Function catch_panic

Source
fn catch_panic<F: FnOnce() -> BrotliDecoderResult + UnwindSafe>(
    f: F,
) -> Result<BrotliDecoderResult>