pub unsafe extern "C" fn SSL_CTX_use_PrivateKey(
    ctx: *mut SSL_CTX,
    key: *mut EVP_PKEY
) -> c_int