pub type kstring_t = __kstring_t;
#[repr(C)]pub struct kstring_t { pub l: usize, pub m: usize, pub s: *mut i8, }
l: usize
m: usize
s: *mut i8