io_read_t typedef

typedef int32_t(* io_read_t) (struct io_descriptor *const io_descr, uint8_t *const buf, const uint16_t length)

I/O read function pointer type.