pub(crate) fn ldap_to_scim_entry( sync_entry: LdapSyncReplEntry, entry_config: &EntryConfig, sync_config: &Config, ) -> Result<Option<ScimEntry>, ()>