pub unsafe extern "C" fn botan_block_cipher_encrypt_blocks( bc: botan_block_cipher_t, input: *const u8, output: *mut u8, blocks: usize, ) -> c_int