pub unsafe extern "C" fn cblas_cdotc_sub( N: c_int, X: *const c_void, incX: c_int, Y: *const c_void, incY: c_int, dotc: *mut c_void)