pub trait TopUpKeyPool { // Required method fn top_up_key_pool(&mut self, kp_size: Option<u32>) -> bool; }