pub fn serialize_graph_edges<'local>(
    env: &JNIEnv<'local>,
    graph_edge: &[DsnpGraphEdge]
) -> SdkJniResult<JByteArray<'local>>