pub unsafe fn CreateToolhelp32Snapshot(
    dwflags: CREATE_TOOLHELP_SNAPSHOT_FLAGS,
    th32processid: u32,
) -> Result<HANDLE>