pub fn is_sorted_opts( array: &(dyn Array + 'static), strict: bool, ) -> Result<Option<bool>, VortexError>