Function windows::Win32::System::Antimalware::AmsiNotifyOperation

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