1 2 3 4 5
pub fn sys_tonlib_set_verbosity_level(level: u32) { unsafe { tonlib_sys::tonlib_client_set_verbosity_level(level); } }