pub unsafe extern "C" fn jit_value_get_constant(
value: jit_value_t,
) -> jit_constant_tExpand description
Get the constant value within a particular value. The returned structure’s type field will be jit_type_void if value is not a constant.