pub unsafe extern "C" fn sha256(
    input: *const c_uchar,
    ilen: c_uint,
    output: *mut c_uchar
)