fn cast_single_string_to_boolean( value: &str, cast_options: &CastOptions<'_>, ) -> Result<Option<bool>, ArrowError>