FPDF_GetNamedDestByName method

Pointer<fpdf_dest_t__> FPDF_GetNamedDestByName(
  1. Pointer<fpdf_document_t__> document,
  2. Pointer<Int8> name
)

Implementation

ffi.Pointer<fpdf_dest_t__> FPDF_GetNamedDestByName(
  ffi.Pointer<fpdf_document_t__> document,
  ffi.Pointer<ffi.Int8> name,
) {
  return _FPDF_GetNamedDestByName(
    document,
    name,
  );
}