static inline void iocb_destroy_bounded()

in src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c [533:536]


static inline void iocb_destroy_bounded(struct io_control * theControl, int upperBound) {
    iocb_destroy_members(theControl, upperBound);
    free(theControl->iocb);
}