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