pub unsafe extern "C" fn sha256_process(
    ctx: *mut sha256_context,
    data: *const c_uchar
)