Function botan_sys::botan_block_cipher_decrypt_blocks

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