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