pub type CeedMemType = c_uint;
Specify memory type. Many Ceed interfaces take or return pointers to memory. This enum is used to specify where the memory being provided or requested must reside. @ingroup Ceed