in src/main/java/org/apache/activemq/artemis/nativo/jlibaio/LibaioFile.java [81:83]
public void write(long position, int size, ByteBuffer buffer, Callback callback) throws IOException {
ctx.submitWrite(fd, position, size, buffer, callback);
}