pub unsafe extern "C" fn cblas_cher2k( Order: CBLAS_ORDER, Uplo: CBLAS_UPLO, Trans: CBLAS_TRANSPOSE, N: c_int, K: c_int, alpha: *const c_void, A: *const c_void, lda: c_int, B: *const c_void, ldb: c_int, beta: f32, C: *mut c_void, ldc: c_int)