windows::Win32::System::Antimalware

Function AmsiNotifyOperation

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