Function windows::Win32::System::Memory::VirtualFreeEx

pub unsafe fn VirtualFreeEx<P0>(
    hprocess: P0,
    lpaddress: *mut c_void,
    dwsize: usize,
    dwfreetype: VIRTUAL_FREE_TYPE,
) -> Result<()>
where P0: Param<HANDLE>,