pub unsafe extern "C" fn gsl_matrix_complex_long_double_transpose_tricpy(
    Uplo_src: CBLAS_UPLO_t, 
    Diag: CBLAS_DIAG_t, 
    dest: *mut gsl_matrix_complex_long_double, 
    src: *const gsl_matrix_complex_long_double
) -> c_intpub unsafe extern "C" fn gsl_matrix_complex_long_double_transpose_tricpy(
    Uplo_src: CBLAS_UPLO_t, 
    Diag: CBLAS_DIAG_t, 
    dest: *mut gsl_matrix_complex_long_double, 
    src: *const gsl_matrix_complex_long_double
) -> c_int