CharLowerBuffA method
Implementation
int CharLowerBuffA(
ffi.Pointer<ffi.Int8> lpsz,
int cchLength,
) {
return (_CharLowerBuffA ??=
_dylib.lookupFunction<_c_CharLowerBuffA, _dart_CharLowerBuffA>(
'CharLowerBuffA'))(
lpsz,
cchLength,
);
}