(&mut self)
| 21 | |
| 22 | impl SbtRecordHeader { |
| 23 | pub fn as_mut_ptr(&mut self) -> *mut std::os::raw::c_void { |
| 24 | self.header.as_mut_ptr() as *mut std::os::raw::c_void |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | // Manually define the build input union as the bindgen is pretty nasty |
no outgoing calls
no test coverage detected