pub type gemm_ukr_ft = Option<unsafe extern "C" fn(m: dim_t, n: dim_t, k: dim_t, alpha: *const c_void, a: *const c_void, b: *const c_void, beta: *const c_void, c: *mut c_void, rs_c: inc_t, cs_c: inc_t, data: *mut auxinfo_t, cntx: *const cntx_t)>;Aliased Type§
pub enum gemm_ukr_ft {
None,
Some(unsafe extern "C" fn(i64, i64, i64, *const c_void, *const c_void, *const c_void, *const c_void, *mut c_void, i64, i64, *mut auxinfo_t, *const cntx_s)),
}