pub unsafe extern "C" fn cusolverDnDsytrd_bufferSize(
handle: cusolverDnHandle_t,
uplo: cublasFillMode_t,
n: c_int,
A: *const f64,
lda: c_int,
d: *const f64,
e: *const f64,
tau: *const f64,
lwork: *mut c_int,
) -> cusolverStatus_t