pub unsafe extern "C" fn FPDF_InitLibraryWithConfig(
    config: *const FPDF_LIBRARY_CONFIG
)
Expand description

Function: FPDF_InitLibraryWithConfig Initialize the FPDFSDK library Parameters: config - configuration information as above. Return value: None. Comments: You have to call this function before you can call any PDF processing functions.