pub unsafe fn GlobalReAlloc<P0>(
    hmem: P0,
    dwbytes: usize,
    uflags: u32
) -> Result<HGLOBAL>
where P0: IntoParam<HGLOBAL>,