ACQUIRE_EXCLUSIVE_ACCESS_UNEXPECTED_ERROR

const val ACQUIRE_EXCLUSIVE_ACCESS_UNEXPECTED_ERROR: Int = 0

Possible result of acquireExclusiveAccess or acquireWholeMapExclusiveAccess, signalling that an unexpected error has happened.

Take care to keep this aligned with the values on the JNI side.