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