pub fn process_instruction_write(
    invoke_context: &mut InvokeContext<'_>,
    offset: u32,
    bytes: Vec<u8>
) -> Result<(), InstructionError>