Function windows::Win32::System::Diagnostics::Debug::SymGetTypeFromNameW

pub unsafe fn SymGetTypeFromNameW<P0, P1>(
    hprocess: P0,
    baseofdll: u64,
    name: P1,
    symbol: *mut SYMBOL_INFOW,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<PCWSTR>,