On Fri Nov 25 08:37:46 2022 +0000, Rémi Bernon wrote:
Imho it would be better to not have NULL entry point in the first place, and return that status from them as needed.
Sounds good to me, we can define a single dummy function that returns `STATUS_NOT_IMPLEMENTED` and set it for all fields that are currently `NULL`.
Should I prepend a commit for that?