pub type PRESUTIL_EXPAND_ENVIRONMENT_STRINGS = Option<unsafe extern "system" fn(pszsrc: PCWSTR) -> PWSTR>;

Aliased Type§

enum PRESUTIL_EXPAND_ENVIRONMENT_STRINGS {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR) -> PWSTR),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR) -> PWSTR)

Some value of type T.