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