Function windows::Win32::System::Diagnostics::Debug::SymGetTypeInfoEx

pub unsafe fn SymGetTypeInfoEx<P0>(
    hprocess: P0,
    modbase: u64,
    params: *mut IMAGEHLP_GET_TYPE_INFO_PARAMS,
) -> Result<()>
where P0: Param<HANDLE>,