pub unsafe extern "C" fn wolfSSL_i2d_PrivateKey(
    key: *const WOLFSSL_EVP_PKEY,
    der: *mut *mut c_uchar
) -> c_int