pub unsafe extern "C" fn nettle_sha256_update(
    ctx: *mut sha256_ctx,
    length: usize,
    data: *const u8
)