pub unsafe fn DSA_EnumCallback<P0>(
    hdsa: P0,
    pfncb: PFNDAENUMCALLBACK,
    pdata: Option<*const c_void>
)
where P0: IntoParam<HDSA>,