* refactor(contact): rename and rusty memory allocations * refactor(contact): use enum to indidcate origin * refactor(contact): safe blocking and unblocking api * refactor(contact): only safe and no more cstrings
This converts the stock strings API to be more safe-rust style. The API is kept roughly the same for now but moved to methods on the context.