sa_build_index
static int sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype);
error = sa_build_index(handle, SA_BONUS);
VERIFY(0 == sa_build_index(hdl, SA_SPILL));
VERIFY(0 == sa_build_index(hdl, SA_BONUS));
VERIFY(0 == sa_build_index(hdl, SA_SPILL));