Function ud_set_user_opaque_data

Source
pub unsafe extern "C" fn ud_set_user_opaque_data(
    ud: *mut ud,
    data: *mut c_void,
)
Expand description

Associates a pointer with the udis86 object to be retrieved and used in client functions, such as the input hook callback function.