Function windows::Wdk::System::SystemServices::SeReportSecurityEvent

pub unsafe fn SeReportSecurityEvent<P0>(
    flags: u32,
    sourcename: *const UNICODE_STRING,
    usersid: P0,
    auditparameters: *const SE_ADT_PARAMETER_ARRAY,
) -> NTSTATUS
where P0: Param<PSID>,