blob: 1166b3d4a090c819d5ff9e08bec0c52c037877f8 [file] [log] [blame]
#[repr(C)]
pub struct FatFunction {
pub trampoline: *const (),
pub ptr: *const (),
}