pub unsafe extern "C" fn daxpy_( n: *const c_int, alpha: *const c_double, dx: *const c_double, incx: *const c_int, dy: *mut c_double, incy: *const c_int, )