array3_size
#define array3_size(a, b, c) size_mul(size_mul(a, b), c)
static inline __must_check size_t array3_size(size_t a, size_t b, size_t c)