pub unsafe extern "C" fn cipher_setkey(
    ctx: *mut cipher_context_t,
    key: *const c_uchar,
    key_bitlen: c_int,
    operation: operation_t
) -> c_int