pub fn get_nullable_array_len<B: Buf>( buf: &mut B, flexible: bool, ) -> Result<Option<usize>, ProtocolError>
Read a nullable array length. Returns None when the encoded value is null (−1 non-flex, 0 flex).
None