pub unsafe extern "system" fn EnumChildWindows(
    hWndParent: *mut HWND__,
    lpEnumFunc: Option<unsafe extern "system" fn(_: *mut HWND__, _: isize) -> i32>,
    lParam: isize
) -> i32