pub unsafe extern "C" fn LAPACKE_sppcon(
matrix_layout: c_int,
uplo: c_char,
n: lapack_int,
ap: *const f32,
anorm: f32,
rcond: *mut f32,
) -> lapack_intpub unsafe extern "C" fn LAPACKE_sppcon(
matrix_layout: c_int,
uplo: c_char,
n: lapack_int,
ap: *const f32,
anorm: f32,
rcond: *mut f32,
) -> lapack_int