getInt64 method Null safety
Implementation
int getInt64(Pointer<Void> pointer, int field) {
Pointer<Pointer<Void>> exception = _getException();
final result = _getInt64(pointer, field, exception);
checkException(exception, _dll_handle);
return result;
}