[HELP] How to insert new record with UUID as PK

Hii,

I have a user table with field user_id type is binary(16) as primary key.

i use this sql command to insert a new record

where uuid_in_bin() will generate UUID hash in binary(16) format.

my question is how to use uuid_in_bin mysql function in insert/update db command?