pub unsafe extern "C" fn mbedtls_x509write_crt_set_issuer_key(
    ctx: *mut mbedtls_x509write_cert,
    key: *mut mbedtls_pk_context
)
Expand description

\brief Set the issuer key used for signing the certificate

\param ctx CRT context to use \param key private key to sign with