pub unsafe fn UnpackDDElParam<P0>(
    msg: u32,
    lparam: P0,
    puilo: *mut usize,
    puihi: *mut usize
) -> BOOL
where P0: IntoParam<LPARAM>,