pub unsafe fn AddConditionalAce<P0, P1>(
    pacl: *mut ACL,
    dwacerevision: ACE_REVISION,
    aceflags: ACE_FLAGS,
    acetype: u8,
    accessmask: u32,
    psid: P0,
    conditionstr: P1,
    returnlength: *mut u32
) -> Result<()>
where P0: IntoParam<PSID>, P1: IntoParam<PCWSTR>,