Template function to help set SubmissionEntry user_data field. This differs to setUserData in that it emplaces the provided data directly into SQE user_data field and not the pointer to the data.
Because of that, data must be of ulong.sizeof.
See Implementation
Template function to help set SubmissionEntry user_data field. This differs to setUserData in that it emplaces the provided data directly into SQE user_data field and not the pointer to the data.
Because of that, data must be of ulong.sizeof.