pub type FPDF_WIDESTRING = *const c_ushort;
Expand description

FPDFSDK always uses UTF-16LE encoded wide strings, each character uses 2 bytes (except surrogation), with the low byte first.