pub unsafe extern "C" fn LAPACKE_chptrd_work(
matrix_layout: c_int,
uplo: c_char,
n: lapack_int,
ap: *mut __BindgenComplex<f32>,
d: *mut f32,
e: *mut f32,
tau: *mut __BindgenComplex<f32>,
) -> lapack_intpub unsafe extern "C" fn LAPACKE_chptrd_work(
matrix_layout: c_int,
uplo: c_char,
n: lapack_int,
ap: *mut __BindgenComplex<f32>,
d: *mut f32,
e: *mut f32,
tau: *mut __BindgenComplex<f32>,
) -> lapack_int