pub unsafe fn LsaRemoveAccountRights<P0, P1, P2>(
    policyhandle: P0,
    accountsid: P1,
    allrights: P2,
    userrights: Option<&[LSA_UNICODE_STRING]>,
) -> NTSTATUS
where P0: Param<LSA_HANDLE>, P1: Param<PSID>, P2: Param<BOOLEAN>,