IsDBCSLeadByteEx method
Implementation
int IsDBCSLeadByteEx(
int CodePage,
int TestChar,
) {
return (_IsDBCSLeadByteEx ??=
_dylib.lookupFunction<_c_IsDBCSLeadByteEx, _dart_IsDBCSLeadByteEx>(
'IsDBCSLeadByteEx'))(
CodePage,
TestChar,
);
}