pub unsafe extern "C" fn aria_crypt_ecb(
    ctx: *mut aria_context,
    input: *const c_uchar,
    output: *mut c_uchar
) -> c_int