pub unsafe extern "C" fn bli_gemmt_basic_check(
    alpha: *const obj_t,
    a: *const obj_t,
    b: *const obj_t,
    beta: *const obj_t,
    c: *const obj_t,
    cntx: *const cntx_t
)