[][src]Function gsl_sys::gsl_vector_char_axpby

pub unsafe extern "C" fn gsl_vector_char_axpby(
    alpha: c_char,
    x: *const gsl_vector_char,
    beta: c_char,
    y: *mut gsl_vector_char
) -> c_int