Function botan_sys::botan_cipher_set_key

source ยท
pub unsafe extern "C" fn botan_cipher_set_key(
    cipher: botan_cipher_t,
    key: *const u8,
    key_len: usize,
) -> c_int