In all mutable "library functions" (`pub fn`, but not entry points) in `odra-modules` add following documentation note: ``` /// SECURITY: Do not expose this function publicly without proper access control. ``` Consider finding shorter note (max 80 chars).