pub unsafe extern "C" fn nimsInit(
buffer: *mut c_void,
buffer_len: usize,
) -> ResultExpand description
Initializes nim:s. 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.