Function windows::Win32::System::Diagnostics::Etw::EventAccessControl

pub unsafe fn EventAccessControl<P0, P1>(
    guid: *const GUID,
    operation: u32,
    sid: P0,
    rights: u32,
    allowordeny: P1,
) -> u32
where P0: Param<PSID>, P1: Param<BOOLEAN>,