pub type PFN_cusolverDnSpotrs = unsafe extern "C" fn(handle: cusolverDnHandle_t, uplo: cublasFillMode_t, n: c_int, nrhs: c_int, a: *const f32, lda: c_int, b: *mut f32, ldb: c_int, info: *mut c_int) -> cusolverStatus_t;pub type PFN_cusolverDnSpotrs = unsafe extern "C" fn(handle: cusolverDnHandle_t, uplo: cublasFillMode_t, n: c_int, nrhs: c_int, a: *const f32, lda: c_int, b: *mut f32, ldb: c_int, info: *mut c_int) -> cusolverStatus_t;