pub unsafe fn ClusterGetVolumeNameForVolumeMountPoint<P0>(
    lpszvolumemountpoint: P0,
    lpszvolumename: PWSTR,
    cchbufferlength: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,