//! Defines the [PdfiumApiVersion] enum for the supported Pdfium API version.
/// The Pdfium `FPDF_*` API release version used by this build.
#[derive(Copy, Clone, Debug, PartialEq)]pubenumPdfiumApiVersion{V7678,}implPdfiumApiVersion{/// Returns the Pdfium API version this crate was compiled against.
pub(crate)fncurrent()->Self{PdfiumApiVersion::V7678}}