pub unsafe extern "C" fn cublasDspr2_v2(
handle: cublasHandle_t,
uplo: cublasFillMode_t,
n: c_int,
alpha: *const f64,
x: *const f64,
incx: c_int,
y: *const f64,
incy: c_int,
AP: *mut f64,
) -> cublasStatus_tpub unsafe extern "C" fn cublasDspr2_v2(
handle: cublasHandle_t,
uplo: cublasFillMode_t,
n: c_int,
alpha: *const f64,
x: *const f64,
incx: c_int,
y: *const f64,
incy: c_int,
AP: *mut f64,
) -> cublasStatus_t