pub unsafe extern "C" fn nettle_umac128_set_nonce(
    ctx: *mut umac128_ctx,
    nonce_length: usize,
    nonce: *const u8
)