pub unsafe fn dpbtrs( uplo: u8, n: i32, kd: i32, nrhs: i32, ab: &[f64], ldab: i32, b: &mut [f64], ldb: i32, info: &mut i32, )