struct foo {
    struct foo *nxt;
};

int32_t cli_bcapi_test0(struct foo*, uint32_t);
int32_t cli_bcapi_test1(int32_t, int32_t);