pub unsafe extern "C" fn ly_ctx_compile(ctx: *mut ly_ctx) -> TypeExpand description
@brief Compile (recompile) the context applying all the performed changes after the last context compilation. Should be used only if ::LY_CTX_EXPLICIT_COMPILE option is set, has no effect otherwise.
@param[in] ctx Context to compile. @return LY_ERR return value.