pub type PRESUTIL_SET_MULTI_SZ_VALUE = Option<unsafe extern "system" fn(hkeyclusterkey: HKEY, pszvaluename: PCWSTR, psznewvalue: PCWSTR, cbnewvaluesize: u32, ppszoutvalue: *mut PWSTR, pcboutvaluesize: *mut u32) -> u32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.