pub unsafe fn DdeAbandonTransaction<P0>(
    idinst: u32,
    hconv: P0,
    idtransaction: u32
) -> BOOL
where P0: IntoParam<HCONV>,