Function windows::Win32::System::Diagnostics::Debug::SymEnumLines
pub unsafe fn SymEnumLines<P0, P1, P2>(
hprocess: P0,
base: u64,
obj: P1,
file: P2,
enumlinescallback: PSYM_ENUMLINES_CALLBACK,
usercontext: Option<*const c_void>,
) -> Result<()>where
P0: Param<HANDLE>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,