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

Get the Storage stick status 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 storage status @return command processing error code