pub fn call_command_on_device(
    dev: &CStr,
    op: &mut TeecOperation,
    command_id: u32
) -> Result<(), u32>
Expand description

Creates a temporary session using the provided device and call a command.

Returns error code on failure.