pub unsafe extern "C" fn bli_sgemm_ukernel(
m: dim_t,
n: dim_t,
k: dim_t,
alpha: *mut f32,
a: *mut f32,
b: *mut f32,
beta: *mut f32,
c: *mut f32,
rs_c: inc_t,
cs_c: inc_t,
data: *mut auxinfo_t,
cntx: *mut cntx_t,
)