|
| 1 | +#[no_mangle] |
| 2 | +pub static enif_alloc: usize = 0; |
| 3 | +#[no_mangle] |
| 4 | +pub static enif_alloc_binary: usize = 0; |
| 5 | +#[no_mangle] |
| 6 | +pub static enif_alloc_env: usize = 0; |
| 7 | +#[no_mangle] |
| 8 | +pub static enif_binary_to_term: usize = 0; |
| 9 | +#[no_mangle] |
| 10 | +pub static enif_clear_env: usize = 0; |
| 11 | +#[no_mangle] |
| 12 | +pub static enif_compare: usize = 0; |
| 13 | +#[no_mangle] |
| 14 | +pub static enif_consume_timeslice: usize = 0; |
| 15 | +#[no_mangle] |
| 16 | +pub static enif_free: usize = 0; |
| 17 | +#[no_mangle] |
| 18 | +pub static enif_free_env: usize = 0; |
| 19 | +#[no_mangle] |
| 20 | +pub static enif_get_atom: usize = 0; |
| 21 | +#[no_mangle] |
| 22 | +pub static enif_get_atom_length: usize = 0; |
| 23 | +#[no_mangle] |
| 24 | +pub static enif_get_double: usize = 0; |
| 25 | +#[no_mangle] |
| 26 | +pub static enif_get_int: usize = 0; |
| 27 | +#[no_mangle] |
| 28 | +pub static enif_get_list_cell: usize = 0; |
| 29 | +#[no_mangle] |
| 30 | +pub static enif_get_list_length: usize = 0; |
| 31 | +#[no_mangle] |
| 32 | +pub static enif_get_local_pid: usize = 0; |
| 33 | +#[no_mangle] |
| 34 | +pub static enif_get_long: usize = 0; |
| 35 | +#[no_mangle] |
| 36 | +pub static enif_get_map_size: usize = 0; |
| 37 | +#[no_mangle] |
| 38 | +pub static enif_get_map_value: usize = 0; |
| 39 | +#[no_mangle] |
| 40 | +pub static enif_get_resource: usize = 0; |
| 41 | +#[no_mangle] |
| 42 | +pub static enif_get_tuple: usize = 0; |
| 43 | +#[no_mangle] |
| 44 | +pub static enif_get_uint: usize = 0; |
| 45 | +#[no_mangle] |
| 46 | +pub static enif_get_ulong: usize = 0; |
| 47 | +#[no_mangle] |
| 48 | +pub static enif_hash: usize = 0; |
| 49 | +#[no_mangle] |
| 50 | +pub static enif_inspect_binary: usize = 0; |
| 51 | +#[no_mangle] |
| 52 | +pub static enif_inspect_iolist_as_binary: usize = 0; |
| 53 | +#[no_mangle] |
| 54 | +pub static enif_is_atom: usize = 0; |
| 55 | +#[no_mangle] |
| 56 | +pub static enif_is_binary: usize = 0; |
| 57 | +#[no_mangle] |
| 58 | +pub static enif_is_empty_list: usize = 0; |
| 59 | +#[no_mangle] |
| 60 | +pub static enif_is_fun: usize = 0; |
| 61 | +#[no_mangle] |
| 62 | +pub static enif_is_identical: usize = 0; |
| 63 | +#[no_mangle] |
| 64 | +pub static enif_is_list: usize = 0; |
| 65 | +#[no_mangle] |
| 66 | +pub static enif_is_map: usize = 0; |
| 67 | +#[no_mangle] |
| 68 | +pub static enif_is_number: usize = 0; |
| 69 | +#[no_mangle] |
| 70 | +pub static enif_is_pid: usize = 0; |
| 71 | +#[no_mangle] |
| 72 | +pub static enif_is_port: usize = 0; |
| 73 | +#[no_mangle] |
| 74 | +pub static enif_is_process_alive: usize = 0; |
| 75 | +#[no_mangle] |
| 76 | +pub static enif_is_ref: usize = 0; |
| 77 | +#[no_mangle] |
| 78 | +pub static enif_is_tuple: usize = 0; |
| 79 | +#[no_mangle] |
| 80 | +pub static enif_make_atom_len: usize = 0; |
| 81 | +#[no_mangle] |
| 82 | +pub static enif_make_badarg: usize = 0; |
| 83 | +#[no_mangle] |
| 84 | +pub static enif_make_binary: usize = 0; |
| 85 | +#[no_mangle] |
| 86 | +pub static enif_make_copy: usize = 0; |
| 87 | +#[no_mangle] |
| 88 | +pub static enif_make_double: usize = 0; |
| 89 | +#[no_mangle] |
| 90 | +pub static enif_make_existing_atom_len: usize = 0; |
| 91 | +#[no_mangle] |
| 92 | +pub static enif_make_int: usize = 0; |
| 93 | +#[no_mangle] |
| 94 | +pub static enif_make_list_cell: usize = 0; |
| 95 | +#[no_mangle] |
| 96 | +pub static enif_make_list_from_array: usize = 0; |
| 97 | +#[no_mangle] |
| 98 | +pub static enif_make_long: usize = 0; |
| 99 | +#[no_mangle] |
| 100 | +pub static enif_make_map_from_arrays: usize = 0; |
| 101 | +#[no_mangle] |
| 102 | +pub static enif_make_map_put: usize = 0; |
| 103 | +#[no_mangle] |
| 104 | +pub static enif_make_map_remove: usize = 0; |
| 105 | +#[no_mangle] |
| 106 | +pub static enif_make_map_update: usize = 0; |
| 107 | +#[no_mangle] |
| 108 | +pub static enif_make_new_binary: usize = 0; |
| 109 | +#[no_mangle] |
| 110 | +pub static enif_make_new_map: usize = 0; |
| 111 | +#[no_mangle] |
| 112 | +pub static enif_make_reverse_list: usize = 0; |
| 113 | +#[no_mangle] |
| 114 | +pub static enif_make_sub_binary: usize = 0; |
| 115 | +#[no_mangle] |
| 116 | +pub static enif_make_tuple_from_array: usize = 0; |
| 117 | +#[no_mangle] |
| 118 | +pub static enif_make_uint: usize = 0; |
| 119 | +#[no_mangle] |
| 120 | +pub static enif_make_ulong: usize = 0; |
| 121 | +#[no_mangle] |
| 122 | +pub static enif_map_iterator_create: usize = 0; |
| 123 | +#[no_mangle] |
| 124 | +pub static enif_map_iterator_destroy: usize = 0; |
| 125 | +#[no_mangle] |
| 126 | +pub static enif_map_iterator_get_pair: usize = 0; |
| 127 | +#[no_mangle] |
| 128 | +pub static enif_map_iterator_next: usize = 0; |
| 129 | +#[no_mangle] |
| 130 | +pub static enif_map_iterator_prev: usize = 0; |
| 131 | +#[no_mangle] |
| 132 | +pub static enif_open_resource_type: usize = 0; |
| 133 | +#[no_mangle] |
| 134 | +pub static enif_raise_exception: usize = 0; |
| 135 | +#[no_mangle] |
| 136 | +pub static enif_realloc_binary: usize = 0; |
| 137 | +#[no_mangle] |
| 138 | +pub static enif_release_binary: usize = 0; |
| 139 | +#[no_mangle] |
| 140 | +pub static enif_schedule_nif: usize = 0; |
| 141 | +#[no_mangle] |
| 142 | +pub static enif_self: usize = 0; |
| 143 | +#[no_mangle] |
| 144 | +pub static enif_snprintf: usize = 0; |
| 145 | +#[no_mangle] |
| 146 | +pub static enif_term_to_binary: usize = 0; |
| 147 | +#[no_mangle] |
| 148 | +pub static enif_term_type: usize = 0; |
0 commit comments