pub unsafe fn GetFileAttributesExFromAppW<P0>(
    lpfilename: P0,
    finfolevelid: GET_FILEEX_INFO_LEVELS,
    lpfileinformation: *mut c_void,
) -> BOOL
where P0: Param<PCWSTR>,