pub unsafe extern "C" fn BLAKE2B256_Update(
    b2b: *mut BLAKE2B_CTX,
    data: *const c_void,
    len: usize
)