Function botan_cipher_init

Source
pub unsafe extern "C" fn botan_cipher_init(
    cipher: *mut botan_cipher_t,
    name: *const c_char,
    flags: u32,
) -> c_int