pub async fn write_without_response(
    conn: &Connection,
    handle: u16,
    buf: &[u8]
) -> Result<(), WriteError>