pub unsafe fn DdeGetData<P0>(
    hdata: P0,
    pdst: Option<&mut [u8]>,
    cboff: u32
) -> u32
where P0: IntoParam<HDDEDATA>,