pub unsafe extern "C" fn ghostty_render_state_get(
state: RenderState,
data: Type,
out: *mut c_void,
) -> TypeExpand description
Get a value from a render state.
The out pointer must point to a value of the type corresponding to the
requested data kind (see GhosttyRenderStateData).
NULL or `data` is not a recognized enum value