windows::Win32::System::Diagnostics::Debug

Function SymInitializeW

pub unsafe fn SymInitializeW<P1>(
    hprocess: HANDLE,
    usersearchpath: P1,
    finvadeprocess: bool,
) -> Result<()>
where P1: Param<PCWSTR>,