pub unsafe extern "C" fn SSL_use_PrivateKey(
    ctx: *const SSL,
    key: *mut EVP_PKEY
) -> c_int