pub unsafe extern "C" fn nimsInitWithTIN(
buffer: *mut c_void,
buffer_len: usize,
TIN: *const c_char,
) -> ResultExpand 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.