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