Before
parent: tbd commit: e432306
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | extern crate tracing; |
12 | |
13 | use ; |
14 | |
15 | use RuntimeState; |
16 | use WrapperApi; |
17 | |
18 | use VTable; |
19 | use PluginInitializationState; |
20 | use ; |
21 | |
22 | use ; |
23 | |
24 | |
25 | |
26 | plugin_meta: unsafe extern "C" fn , |
27 | load_host_vtable: unsafe extern "C" fn , |
28 | load_initialization_vtable: unsafe extern "C" fn , |
29 | initialize: unsafe extern "C" fn , |
30 | initialize_registration: unsafe extern "C" fn |
31 | init_state: *mut PluginInitializationState, |
32 | mut PluginInitializationState, | *
33 | load_type_metadata: unsafe extern "C" fn , |
34 | |
35 | |
36 | |
37 | pub use plugin_init as init; |
38 | |
39 | |
40 | pub use plugin; |
41 |