target_type::read_memory field
Target memory read callback. Do @b not call this function directly, use target_read_memory() instead.
Syntax
int (*read_memory)(struct target *target, target_addr_t address,
uint32_t size, uint32_t count, uint8_t *buffer);