pub unsafe fn DdeAccessData<P0>(
    hdata: P0,
    pcbdatasize: Option<*mut u32>
) -> *mut u8
where P0: IntoParam<HDDEDATA>,