Function windows::Win32::Security::AddAccessAllowedAceEx
pub unsafe fn AddAccessAllowedAceEx<P0>(
pacl: *mut ACL,
dwacerevision: ACE_REVISION,
aceflags: ACE_FLAGS,
accessmask: u32,
psid: P0,
) -> Result<()>where
P0: Param<PSID>,