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