pub unsafe extern "C" fn gsl_linalg_hessenberg_decomp(
    A: *mut gsl_matrix,
    tau: *mut gsl_vector
) -> c_int