pub unsafe extern "C" fn nimsInit(
buffer: *mut c_void,
buffer_len: usize
) -> Result
Expand 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.