Function windows::Win32::Storage::FileSystem::GetLongPathNameTransactedA
pub unsafe fn GetLongPathNameTransactedA<P0, P1>(
lpszshortpath: P0,
lpszlongpath: Option<&mut [u8]>,
htransaction: P1,
) -> u32where
P0: Param<PCSTR>,
P1: Param<HANDLE>,