pub unsafe extern "C" fn aes_decrypt(
    ctx: *mut aes_context,
    input: *const c_uchar,
    output: *mut c_uchar
)