pub static CBLAS_GEMM_I16: 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_short, c_int, c_short, *const c_short, c_int, c_short, c_float, *mut c_int, c_int, *const c_int)>>