pub unsafe extern "C" fn NK_get_status(out: *mut NK_status) -> c_int
Expand description

Get the stick status common to all Nitrokey devices and return the command processing error code. If the code is zero, i. e. the command was successful, the storage status is written to the output pointer’s target. The output pointer must not be null.

@param out the output pointer for the status @return command processing error code