Function windows::Win32::Storage::FileSystem::GetFinalPathNameByHandleA

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