pub unsafe extern "C" fn sha256_ret(
    input: *const c_uchar,
    ilen: size_t,
    output: *mut c_uchar,
    is224: c_int
) -> c_int