Function ctru_sys::nimsInitWithTIN
source · pub unsafe extern "C" fn nimsInitWithTIN(
buffer: *mut c_void,
buffer_len: usize,
TIN: *const c_char
) -> Result
Expand description
Initializes nim:s with the given TIN. This uses networking and is blocking.
§Arguments
buffer
- A buffer for internal use. It must be at least 0x20000 bytes long.buffer_len
- Length of the passed buffer.TIN
- The TIN to initialize nim:s with. If you do not know what a TIN is or why you would want to change it, use nimsInit instead.