pub unsafe extern "C" fn EVP_PKEY_assign_RSA(
    pkey: *mut EVP_PKEY,
    key: *mut RSA
) -> c_int