pub unsafe extern "C" fn atg_chain_matmul(
    out__: *mut *mut C_tensor,
    matrices_data: *const *mut C_tensor,
    matrices_len: c_int
)