cxx 0.5.9

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