pub unsafe fn GetLongPathNameA<'a, Param0>(
    lpszshortpath: Param0,
    lpszlongpath: PSTR,
    cchbuffer: u32
) -> u32 where
    Param0: IntoParam<'a, PCSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’