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