#[unsafe(no_mangle)]pub extern "C" fn graph_stack( graph_ptr: *mut Graph, nodes: CVec<Node>, outer_shape: CVecVal<u64>, ) -> CResult<Node>