pub unsafe fn EnumThreadWindows<P0>(
    dwthreadid: u32,
    lpfn: WNDENUMPROC,
    lparam: P0
) -> BOOL
where P0: IntoParam<LPARAM>,