#[unsafe(no_mangle)]pub extern "C" fn graph_vector_to_array( graph_ptr: *mut Graph, a_ptr: *mut Node, ) -> CResult<Node>