libcros 0.6.6

A Rust library that provides easy-to-use functions for interacting with a Chrome device
Documentation
1
2
3
4
5
6
7
8
pub fn tpm_marshal_command(
  _command: u32,
  _command_body: *const core::ffi::c_void,
  _buffer: &mut [u8],
  _buffer_size: usize,
) -> i32 {
  -1
}