[][src]Function gsl_sys::gsl_matrix_ushort_tricpy

pub unsafe extern "C" fn gsl_matrix_ushort_tricpy(
    Uplo: CBLAS_UPLO_t,
    Diag: CBLAS_DIAG_t,
    dest: *mut gsl_matrix_ushort,
    src: *const gsl_matrix_ushort
) -> c_int