



@deftypefun {int} {gnutls_rsa_params_cpy} (gnutls_rsa_params_t @var{dst}, gnutls_rsa_params_t @var{src})
@var{dst}: Is the destination structure, which should be initialized.

@var{src}: Is the source structure

This function will copy the RSA parameters structure from source
to destination.

@strong{Returns:} @code{GNUTLS_E_SUCCESS}  on success, or an negative error code.
@end deftypefun
