feat_writer
static int feat_copy(struct perf_inject *inject, int feat, struct feat_writer *fw)
static int feat_copy_cb(struct feat_copier *fc, int feat, struct feat_writer *fw)
struct feat_writer fw;
static int feat_writer_cb(struct feat_writer *fw, void *buf, size_t sz)
int (*write)(struct feat_writer *fw, void *buf, size_t sz);
int (*copy)(struct feat_copier *fc, int feat, struct feat_writer *fw);