Type Alias windows::Win32::System::Diagnostics::Debug::PSYMBOLSERVERPROCW

pub type PSYMBOLSERVERPROCW = Option<unsafe extern "system" fn(param0: PCWSTR, param1: PCWSTR, param2: *mut c_void, param3: u32, param4: u32, param5: PCWSTR) -> BOOL>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.