pub unsafe extern "C" fn arc4_setup(
    ctx: *mut arc4_context,
    key: *const c_uchar,
    keylen: c_uint
)