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