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