Static CBLAS_SGEMM_OPENBLAS

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