pub unsafe fn VirtualQueryEx<P0>(
    hprocess: P0,
    lpaddress: Option<*const c_void>,
    lpbuffer: *mut MEMORY_BASIC_INFORMATION,
    dwlength: usize
) -> usize
where P0: IntoParam<HANDLE>,