pub unsafe extern "C" fn json_array_insert_new( array: *mut json_t, index: usize, value: *mut json_t, ) -> c_int