fuse_buf
struct fuse_buf request;
struct fuse_buf reply;
void fuse_buf_alloc(struct fuse_buf*, size_t);
void fuse_buf_free(struct fuse_buf*);
struct fuse_buf fb;
fuse_buf_alloc(struct fuse_buf *fbp, size_t len)
fuse_buf_free(struct fuse_buf *fbp)