pub unsafe extern "C" fn CeedBasisCreateHcurl(
ceed: Ceed,
topo: CeedElemTopology,
num_comp: CeedInt,
num_nodes: CeedInt,
nqpts: CeedInt,
interp: *const CeedScalar,
curl: *const CeedScalar,
q_ref: *const CeedScalar,
q_weights: *const CeedScalar,
basis: *mut CeedBasis,
) -> c_int