Function windows::Win32::System::Diagnostics::Debug::SymSearchW
pub unsafe fn SymSearchW<P0, P1>(
hprocess: P0,
baseofdll: u64,
index: u32,
symtag: u32,
mask: P1,
address: u64,
enumsymbolscallback: PSYM_ENUMERATESYMBOLS_CALLBACKW,
usercontext: Option<*const c_void>,
options: u32,
) -> Result<()>where
P0: Param<HANDLE>,
P1: Param<PCWSTR>,