pub fn register_static_memory_declaration(
declaring_crate: impl Into<String>,
declaration: AllocationDeclaration,
) -> Result<(), StaticMemoryDeclarationError>Expand description
Register one allocation declaration before bootstrap seals the snapshot.