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