Function wolf_crypto_sys::wc_Arc4SetKey

source ยท
pub unsafe extern "C" fn wc_Arc4SetKey(
    arc4: *mut Arc4,
    key: *const byte,
    length: word32,
) -> c_int