GetVolumePathNameA

Function GetVolumePathNameA 

Source
pub unsafe extern "system" fn GetVolumePathNameA(
    lpszFileName: LPCSTR,
    lpszVolumePathName: LPSTR,
    cchBufferLength: DWORD,
) -> BOOL