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