pub type FPDF_WIDESTRING = *const FPDF_WCHAR;Expand description
The public PDFium API always uses UTF-16LE encoded wide strings, each character uses 2 bytes (except surrogation), with the low byte first.
pub type FPDF_WIDESTRING = *const FPDF_WCHAR;The public PDFium API always uses UTF-16LE encoded wide strings, each character uses 2 bytes (except surrogation), with the low byte first.