pub unsafe extern "system" fn GetLongPathNameA(
    lpszshortpath: PCSTR,
    lpszlongpath: PSTR,
    cchbuffer: u32
) -> u32
Expand description

Required features: "Win32_Storage_FileSystem"