diskarbitration-sys 0.0.1

Bindings to Disk Arbitration for OS X
1
2
3
4
5
use libc::c_void;

#[repr(C)]
pub struct __DADissenter(c_void);
pub type DADissenterRef = *const __DADissenter;