The following code is supported (and based on this convo, preferred. See also PR 6177) style of Cython for a pointer array:
cdef (char *)[4] char_ptr_array
However, currently the type checker flags this as a syntax error "expected identifier" followed by "expected newline".