pub unsafe extern "system" fn FindWindowA(
    lpClassName: *const i8,
    lpWindowName: *const i8
) -> *mut HWND__