pub unsafe extern "C" fn smbc_setOptionUserData(
c: *mut SMBCCTX,
user_data: *mut c_void,
)Expand description
Stores an opaque user data pointer in c.
ยงSafety
c must be a valid native context pointer. The caller must ensure the pointed-to data
remains valid for any native code that retrieves or uses it.