libcros 0.6.5

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_unmarshal_response(
  _command: u32,
  _buffer: *const core::ffi::c_void,
  _buffer_size: i32,
  _response: *mut core::ffi::c_void,
) -> i32 {
  -1
}