pub unsafe extern "C" fn THFloatLapack_potrs( uplo: c_char, n: c_int, nrhs: c_int, a: *mut f32, lda: c_int, b: *mut f32, ldb: c_int, info: *mut c_int, )