basic ```ocaml external%bs sum : int -> int -> int = "sum" ``` ```ocaml external%bs bark : string -> unit = "-> bark" ``` ```ocaml external%bs get : int array -> int -> int = " [ ] " ``` ```ocaml external%bs set : int array -> int -> int -> int = " [ ] <- " ``` similar projects: https://github.com/fdopen/ppx_cstubs