pub unsafe extern "C" fn arc4_crypt(
    ctx: *mut arc4_context,
    length: size_t,
    input: *const c_uchar,
    output: *mut c_uchar
) -> c_int