pub unsafe fn FwpmEngineSetSecurityInfo0<P0>(
    enginehandle: P0,
    securityinfo: u32,
    sidowner: Option<*const SID>,
    sidgroup: Option<*const SID>,
    dacl: Option<*const ACL>,
    sacl: Option<*const ACL>
) -> NTSTATUS
where P0: Param<HANDLE>,