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