pub unsafe fn ClusterSharedVolumeSetSnapshotState<P0>(
    guidsnapshotset: GUID,
    lpszvolumename: P0,
    state: CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE
) -> u32
where P0: IntoParam<PCWSTR>,