pub unsafe extern "C" fn md_hmac_starts(
    ctx: *mut md_context_t,
    key: *const c_uchar,
    keylen: size_t
) -> c_int