pub const PREFIX: &str = "apiplant_";Expand description
Reserved name prefix. Every built-in wears it so that an app naming a
function of its own can never collide with one by accident — and so that a
hook pointing at apiplant_… is visibly the framework’s, not the app’s.