Function windows::Win32::System::Memory::LocalReAlloc

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