pub unsafe fn AddMandatoryAce<P0>(
    pacl: *mut ACL,
    dwacerevision: ACE_REVISION,
    aceflags: ACE_FLAGS,
    mandatorypolicy: u32,
    plabelsid: P0
) -> Result<()>
where P0: IntoParam<PSID>,