Function windows::Win32::System::Diagnostics::Debug::SymSrvStoreFile
pub unsafe fn SymSrvStoreFile<P0, P1, P2>(
hprocess: P0,
srvpath: P1,
file: P2,
flags: SYM_SRV_STORE_FILE_FLAGS,
) -> PCSTRwhere
P0: Param<HANDLE>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,