pub unsafe extern "C" fn NK_write_password_safe_slot(
    slot_number: u8,
    slot_name: *const c_char,
    slot_login: *const c_char,
    slot_password: *const c_char
) -> c_int
Expand description

Write password safe data to the slot @param slot_number password safe slot number, slot_number<16 @param slot_name char[11] name of the slot @param slot_login char[32] login string @param slot_password char[20] password string @return command processing error code