Skip to main content

set_engine_ptr

Function set_engine_ptr 

Source
pub unsafe fn set_engine_ptr(engine: *mut Engine)
Expand description

Initialize the global engine pointer. Must be called once at startup.

§Safety

Must be called exactly once, before any FFI calls, from the main thread.