pub unsafe extern "C" fn ctr_drbg_update_ret(
    ctx: *mut ctr_drbg_context,
    additional: *const c_uchar,
    add_len: usize
) -> c_int