Static CBLAS_GEMM_I8

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