pub unsafe fn DdePostAdvise<P0, P1>(
    idinst: u32,
    hsztopic: P0,
    hszitem: P1
) -> BOOL
where P0: IntoParam<HSZ>, P1: IntoParam<HSZ>,