pub unsafe extern "C" fn LAPACKE_dstev(
matrix_layout: c_int,
jobz: c_char,
n: lapack_int,
d: *mut f64,
e: *mut f64,
z: *mut f64,
ldz: lapack_int,
) -> lapack_intpub unsafe extern "C" fn LAPACKE_dstev(
matrix_layout: c_int,
jobz: c_char,
n: lapack_int,
d: *mut f64,
e: *mut f64,
z: *mut f64,
ldz: lapack_int,
) -> lapack_int