pub unsafe fn cusolverDnDpotri(
handle: cusolverDnHandle_t,
uplo: cublasFillMode_t,
n: c_int,
A: *mut f64,
lda: c_int,
work: *mut f64,
lwork: c_int,
devInfo: *mut c_int,
) -> cusolverStatus_tpub unsafe fn cusolverDnDpotri(
handle: cusolverDnHandle_t,
uplo: cublasFillMode_t,
n: c_int,
A: *mut f64,
lda: c_int,
work: *mut f64,
lwork: c_int,
devInfo: *mut c_int,
) -> cusolverStatus_t