pub fn create_batch(
caller: Principal,
controllers: &Controllers,
config: &StorageConfig,
init: InitAssetKey,
reference_id: Option<ReferenceId>,
assertions: &impl StorageAssertionsStrategy,
storage_state: &impl StorageStateStrategy,
) -> Result<BatchId, String>