pub fn set_writable_folder_store_factory( factory: Box<dyn Fn(&str) -> Option<WritableFolderStoreRef> + Send + Sync>, )
Registers the platform store factory (Android). Called once at startup. No-op if already set.