Guest User

Untitled

a guest
Dec 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. use std::ffi::c_void;
  2.  
  3. #[repr(C)]
  4. pub struct Foo(c_void);
  5.  
  6. extern "C" {
  7. fn meh1(m: *mut Foo) -> *mut Foo;
  8. }
Add Comment
Please, Sign In to add comment