// We must define EXPORT_INLINE as static inline for bindgen to work with libgap
#defineEXPORT_INLINEstaticinline// Include all of GAP's headers
#include<gap/libgap-api.h>#include<gap/gap_all.h>// Wrapper around macros
staticinlineintSYSGAP_Enter(){returnGAP_Enter();}staticinlinevoidSYSGAP_Leave(){GAP_Leave();}