pub unsafe extern "C" fn bli_seqv(
    conjx: conj_t,
    n: dim_t,
    x: *const f32,
    incx: inc_t,
    y: *const f32,
    incy: inc_t,
    is_eq: *mut bool
)