blob: 1166b3d4a090c819d5ff9e08bec0c52c037877f8 [file] [log] [blame]
David Tolnay75dca2e2020-03-25 20:17:52 -07001#[repr(C)]
2pub struct FatFunction {
3 pub trampoline: *const (),
4 pub ptr: *const (),
5}