pub type PCLUSTER_PREPARE_SHARED_VOLUME_FOR_BACKUP = Option<unsafe extern "system" fn(lpszfilename: PCWSTR, lpszvolumepathname: PWSTR, lpcchvolumepathname: *mut u32, lpszvolumename: PWSTR, lpcchvolumename: *mut u32) -> u32>;

Aliased Type§

enum PCLUSTER_PREPARE_SHARED_VOLUME_FOR_BACKUP {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: PWSTR, _: *mut u32, _: PWSTR, _: *mut u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PWSTR, _: *mut u32, _: PWSTR, _: *mut u32) -> u32)

Some value of type T.