pub fn write_i64(buf: &mut BytesMut, value: i64)
Writes an i64 value (BIGINT) for a nullable column. Format: [not-null indicator: 1 byte (0)][value: 8 bytes LittleEndian]