pub unsafe fn DdeConnectList<P0, P1, P2>(
    idinst: u32,
    hszservice: P0,
    hsztopic: P1,
    hconvlist: P2,
    pcc: Option<*const CONVCONTEXT>
) -> HCONVLIST
where P0: IntoParam<HSZ>, P1: IntoParam<HSZ>, P2: IntoParam<HCONVLIST>,