pub unsafe fn ClusterGetVolumePathName<P0>(
    lpszfilename: P0,
    lpszvolumepathname: PWSTR,
    cchbufferlength: u32,
) -> Result<()>
where P0: Param<PCWSTR>,