pub unsafe extern "C" fn mbedtls_x509write_crt_set_subject_key(
    ctx: *mut mbedtls_x509write_cert,
    key: *mut mbedtls_pk_context,
)Expand description
\brief Set the subject public key for the certificate
\param ctx CRT context to use \param key public key to include