pub unsafe extern "C" fn aws_event_loop_fetch_local_object(
    event_loop: *mut aws_event_loop,
    key: *mut c_void,
    obj: *mut aws_event_loop_local_object
) -> c_int
Expand description

Fetches an object from the event-loop’s data store. Key will be taken as the memory address of the memory pointed to by key. This function is not thread safe and should be called inside the event-loop’s thread.