pub unsafe extern "system" fn GetFileTime(
    hfile: HANDLE,
    lpcreationtime: *mut FILETIME,
    lplastaccesstime: *mut FILETIME,
    lplastwritetime: *mut FILETIME
) -> BOOL
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"