IMA_SUCCESS
#define IMA_SUCCESS(status) (((IMA_STATUS)(status) & \
#define IMA_SUCCESS(status) !((status) & IMA_STATUS_ERROR)