PFN_WdsCliTraceFunction

Type Alias PFN_WdsCliTraceFunction 

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

Aliased Type§

pub 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.