pub unsafe fn HeapValidate<P0>(
    hheap: P0,
    dwflags: HEAP_FLAGS,
    lpmem: Option<*const c_void>
) -> BOOL
where P0: IntoParam<HANDLE>,