pub unsafe extern "stdcall" fn CoFileTimeToDosDateTime(
    lpFileTime: *mut FILETIME,
    lpDosDate: LPWORD,
    lpDosTime: LPWORD
) -> BOOL