Function windows::Win32::System::Diagnostics::Debug::SymGetTypeFromName

pub unsafe fn SymGetTypeFromName<P0, P1>(
    hprocess: P0,
    baseofdll: u64,
    name: P1,
    symbol: *mut SYMBOL_INFO,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<PCSTR>,