Function _mm_aesdec256kl_u8

#[target_feature(enable = "kl")]
pub unsafe fn _mm_aesdec256kl_u8(output: *mut __m128i, input: __m128i, handle: *const u8) -> u8

Decrypt 14 rounds of unsigned 8-bit integers in input using 256-bit AES key specified in the 512-bit key handle handle. Store the resulting unsigned 8-bit integers into the corresponding elements of output. Returns 0 if the operation was successful, and 1 if the operation failed due to a handle violation.

Intel's documentation