pub type jsKeys = _jsKeys;
struct jsKeys { pub length: u32, pub keys: *mut *const i8, }
length: u32
keys: *mut *const i8