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

pub type PSYM_ENUMLINES_CALLBACK = Option<unsafe extern "system" fn(lineinfo: *const SRCCODEINFO, usercontext: *const c_void) -> BOOL>;

Aliased Type§

enum PSYM_ENUMLINES_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const SRCCODEINFO, _: *const c_void) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const SRCCODEINFO, _: *const c_void) -> BOOL)

Some value of type T.