[][src]Function gsl_sys::gsl_vector_uchar_axpby

pub unsafe extern "C" fn gsl_vector_uchar_axpby(
    alpha: c_uchar,
    x: *const gsl_vector_uchar,
    beta: c_uchar,
    y: *mut gsl_vector_uchar
) -> c_int