pub unsafe extern "C" fn THFloatLapack_syev( jobz: c_char, uplo: c_char, n: c_int, a: *mut f32, lda: c_int, w: *mut f32, work: *mut f32, lwork: c_int, info: *mut c_int, )