windows::Win32::System::Antimalware

Function AmsiScanString

pub unsafe fn AmsiScanString<P1, P2>(
    amsicontext: HAMSICONTEXT,
    string: P1,
    contentname: P2,
    amsisession: Option<HAMSISESSION>,
) -> Result<AMSI_RESULT>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,