1 2 3 4 5 6
use std::ffi::CStr; pub trait Hook { const SYMBOL: &'static str; const CSYMBOL: &'static CStr; }