1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//! This module exists solely to provide exports for the `hexchat_plugin` macro to use.
//!
//! DO NOT IMPORT OR USE ANYTHING FROM THIS MODULE
use c_int;
use cratePlugin;
use cratestate;
/// UNSTABLE: do not use this type.
///
/// Used by the `hexchat_plugin` macro.
pub use cratehexchat_plugin;
/// UNSTABLE: do not call this function.
///
/// Used by the `hexchat_plugin` macro.
///
/// # Safety
///
/// `plugin_handle` must point to a valid `hexchat_plugin`.
pub unsafe
/// UNSTABLE: do not call this function.
///
/// Used by the `hexchat_plugin` macro.
///
/// # Safety
///
/// `plugin_handle` must point to a valid `hexchat_plugin`.
pub unsafe