pub unsafe extern "C" fn cblas_chpmv( order: CBLAS_ORDER, Uplo: CBLAS_UPLO, N: c_int, alpha: *const c_void, Ap: *const c_void, X: *const c_void, incX: c_int, beta: *const c_void, Y: *mut c_void, incY: c_int)