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