pub unsafe extern "C" fn THLongLapack_gesv( n: c_int, nrhs: c_int, a: *mut c_long, lda: c_int, ipiv: *mut c_int, b: *mut c_long, ldb: c_int, info: *mut c_int, )