pub unsafe extern "C" fn Hacl_SHA3_shake128_hacl(
    inputByteLen: u32,
    input: *mut u8,
    outputByteLen: u32,
    output: *mut u8
)