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