pub unsafe extern "C" fn ly_ctx_compiled_size(
ctx: *const ly_ctx,
) -> c_intExpand description
@brief Get the total size a compiled context requires for serialization.
@param[in] ctx Context to use. @return Total required size; @return -1 on error.