pub unsafe extern "C" fn cusolverDnCsytri(
handle: cusolverDnHandle_t,
uplo: cublasFillMode_t,
n: c_int,
A: *mut cuComplex,
lda: c_int,
ipiv: *const c_int,
work: *mut cuComplex,
lwork: c_int,
info: *mut c_int,
) -> cusolverStatus_t