pub unsafe extern "C" fn vsadd_(
    n: *const c_int,
    a: *const f32,
    b: *const f32,
    r: *mut f32
)