pub unsafe fn DdeQueryConvInfo<P0>(
    hconv: P0,
    idtransaction: u32,
    pconvinfo: *mut CONVINFO
) -> u32
where P0: IntoParam<HCONV>,