static ut64 buf_io_fd_get_size(RzBuffer *b)
static st64 buf_io_fd_seek(RzBuffer *b, st64 addr, int whence)
static bool buf_io_fd_init(RzBuffer *b, const void *user)
static st64 buf_io_fd_write(RzBuffer *b, const ut8 *buf, ut64 len)
static struct buf_io_fd_priv * get_priv_io(RzBuffer *b)
static const RzBufferMethods buffer_io_fd_methods
static st64 buf_io_fd_read(RzBuffer *b, ut8 *buf, ut64 len)
static ut8 * buf_io_fd_get_whole_buf(RzBuffer *b, ut64 *size)
static bool buf_io_fd_resize(RzBuffer *b, ut64 newsize)
static bool buf_io_fd_fini(RzBuffer *b)
#define rz_warn_if_reached()
#define rz_warn_if_fail(expr)
ut64(WINAPI *w32_GetEnabledXStateFeatures)()