pub unsafe extern "C" fn CeedBasisCreateTensorH1(
ceed: Ceed,
dim: CeedInt,
num_comp: CeedInt,
P_1d: CeedInt,
Q_1d: CeedInt,
interp_1d: *const CeedScalar,
grad_1d: *const CeedScalar,
q_ref_1d: *const CeedScalar,
q_weight_1d: *const CeedScalar,
basis: *mut CeedBasis,
) -> c_int