pub type PFN_WdsCliTraceFunction = Option<unsafe extern "system" fn(pwszformat: PCWSTR, params: *const i8)>;

Aliased Type§

enum PFN_WdsCliTraceFunction {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: *const i8))

Some value of type T.