Function windows::Win32::System::Antimalware::AmsiScanString

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