val load_discriminant :
full_ptr ->
Charon.Types.ty ->
(Charon.Types.variant_id, 'env) tval uninit : full_ptr -> Charon.Types.ty -> (unit, 'env) tval check_ptr_align : full_ptr -> Charon.Types.ty -> (unit, 'env) tval unprotect : full_ptr -> Charon.Types.ty -> (unit, 'env) tval tb_load : full_ptr -> Charon.Types.ty -> (unit, 'env) tval load_global : Charon.Types.global_decl_id -> (full_ptr option, 'env) tval store_global : Charon.Types.global_decl_id -> full_ptr -> (unit, 'env) tval load_str_global : string -> (full_ptr option, 'env) tval store_str_global : string -> full_ptr -> (unit, 'env) tval lookup_const_generic :
Charon.Types.const_generic_var_id ->
Charon.Types.ty ->
(rust_val, 'env) tval register_thread_exit : (unit -> (unit, unit) t) -> (unit, 'env) tval run_thread_exits : unit -> (unit, 'env) tval pop_error : unit -> ('a, 'env) tval leak_check : unit -> (unit, 'env) tval fake_read : full_ptr -> Charon.Types.ty -> (unit, 'env) tval check_non_dangling : full_ptr -> Charon.Types.ty -> (unit, 'env) t