pub unsafe extern "C" fn THDoubleLapack_getri( n: c_int, a: *mut f64, lda: c_int, ipiv: *mut c_int, work: *mut f64, lwork: c_int, info: *mut c_int, )