pub unsafe extern "C" fn FPDF_GetXFAPacketCount(
    document: FPDF_DOCUMENT
) -> c_int
Expand description

Experimental API. Function: FPDF_GetXFAPacketCount Get the number of valid packets in the XFA entry. Parameters: document - Handle to the document. Return value: The number of valid packets, or -1 on error.