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