pub unsafe fn cusolverDnSgesvdj_bufferSize(
handle: cusolverDnHandle_t,
jobz: cusolverEigMode_t,
econ: c_int,
m: c_int,
n: c_int,
A: *const f32,
lda: c_int,
S: *const f32,
U: *const f32,
ldu: c_int,
V: *const f32,
ldv: c_int,
lwork: *mut c_int,
params: gesvdjInfo_t,
) -> cusolverStatus_t