Function windows::Win32::Storage::FileSystem::GetFinalPathNameByHandleW

pub unsafe fn GetFinalPathNameByHandleW<P0>(
    hfile: P0,
    lpszfilepath: &mut [u16],
    dwflags: GETFINALPATHNAMEBYHANDLE_FLAGS,
) -> u32
where P0: Param<HANDLE>,