[][src]Macro ocaml::caml_ffi

macro_rules! caml_ffi {
    ($code:tt) => { ... };
    ($code:tt => $result:expr) => { ... };
}