pub unsafe extern "system" fn GetFileInformationByHandle(
    hfile: HANDLE,
    lpfileinformation: *mut BY_HANDLE_FILE_INFORMATION
) -> BOOL
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"