pub unsafe fn cusolverDnSsyevd(
handle: cusolverDnHandle_t,
jobz: cusolverEigMode_t,
uplo: cublasFillMode_t,
n: c_int,
A: *mut f32,
lda: c_int,
W: *mut f32,
work: *mut f32,
lwork: c_int,
info: *mut c_int,
) -> cusolverStatus_t