windows::Win32::System::Antimalware

Function AmsiScanBuffer

pub unsafe fn AmsiScanBuffer<P3>(
    amsicontext: HAMSICONTEXT,
    buffer: *const c_void,
    length: u32,
    contentname: P3,
    amsisession: Option<HAMSISESSION>,
) -> Result<AMSI_RESULT>
where P3: Param<PCWSTR>,