pub unsafe extern "C" fn ly_err_last(
ctx: *const ly_ctx,
) -> *const ly_err_itemExpand description
@brief Get the latest (thread, context-specific) generated error structure.
@param[in] ctx Relative context. @return Last error structure, NULL if none available.