i2c_prop_info
if (!i2c_prop_info(ctrl, i, &info)) {
typedef struct i2c_prop_info i2c_prop_info_t;
extern bool i2c_prop_info(i2c_ctrl_t *, i2c_prop_t, i2c_prop_info_t **);
if (!i2c_prop_info(ctrl, i, &info)) {
extern bool i2c_prop_info(i2c_ctrl_t *, ui2c_prop_info_t *);
if (i2c_prop_info(ctrl, &info)) {
typedef struct i2c_prop_info i2c_prop_info_t;