pub unsafe extern "C" fn jit_value_create_constant(
    func: jit_function_t,
    const_value: *const jit_constant_t
) -> jit_value_t