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