Function windows::Win32::System::Memory::HeapSize

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