pub unsafe fn LocalReAlloc<P0>(
    hmem: P0,
    ubytes: usize,
    uflags: u32
) -> Result<HLOCAL>
where P0: IntoParam<HLOCAL>,