Type Alias windows::Win32::System::Diagnostics::Debug::PFINDFILEINPATHCALLBACKW
pub type PFINDFILEINPATHCALLBACKW = Option<unsafe extern "system" fn(filename: PCWSTR, context: *const c_void) -> BOOL>;
Aliased Type§
enum PFINDFILEINPATHCALLBACKW {
None,
Some(unsafe extern "system" fn(_: PCWSTR, _: *const c_void) -> BOOL),
}