Function windows::Win32::Storage::FileSystem::GetFileSize

pub unsafe fn GetFileSize<P0>(
    hfile: P0,
    lpfilesizehigh: Option<*mut u32>,
) -> u32
where P0: Param<HANDLE>,