cxx 1.0.7

Safe interop between Rust and C++
Documentation
#[repr(C)]
pub struct FatFunction {
    pub trampoline: *const (),
    pub ptr: *const (),
}