Function windows::Win32::Storage::FileSystem::GetLongPathNameA

pub unsafe fn GetLongPathNameA<P0>(
    lpszshortpath: P0,
    lpszlongpath: Option<&mut [u8]>,
) -> u32
where P0: Param<PCSTR>,