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