pub unsafe extern "stdcall" fn FileTimeToDosDateTime(
    lpFileTime: *const FILETIME,
    lpFatDate: LPWORD,
    lpFatTime: LPWORD
) -> BOOL