pub unsafe extern "C" fn CeedElemRestrictionCreateStrided( ceed: Ceed, num_elem: CeedInt, elem_size: CeedInt, num_comp: CeedInt, l_size: CeedSize, strides: *const CeedInt, rstr: *mut CeedElemRestriction, ) -> c_int