pub static CBLAS_CGEMM_OPENBLAS: Lazy<Symbol<'static, unsafe extern "C" fn(CBLAS_LAYOUT, CBLAS_TRANSPOSE, CBLAS_TRANSPOSE, c_int, c_int, c_int, *const c_void, *const c_void, c_int, *const c_void, c_int, *const c_void, *mut c_void, c_int)>>