pub unsafe fn ClusterPrepareSharedVolumeForBackup<P0>(
    lpszfilename: P0,
    lpszvolumepathname: PWSTR,
    lpcchvolumepathname: *mut u32,
    lpszvolumename: PWSTR,
    lpcchvolumename: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,