For MQX, disabling the interrupts is the mechanism to guarantee the critical section to execute without disruption. _int_disable starts the critical section and _int_enable completes the protected area of code in LDD functions. None of them receive parameters or returns anything, so they are set to void.