pub unsafe extern "C" fn gsl_matrix_ushort_set_col(
    m: *mut gsl_matrix_ushort,
    j: usize,
    v: *const gsl_vector_ushort
) -> c_int