[][src]Function ffi_utils::test_utils::send_via_user_data_custom

pub unsafe fn send_via_user_data_custom<T>(user_data: *mut c_void, value: T) where
    T: Send

Send through a mpsc::Sender pointed to by the user data's custom pointer.