pub unsafe extern "C" fn xtea_setup(
    ctx: *mut xtea_context,
    key: *const c_uchar
)