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