pipe_set_callback_context

Function pipe_set_callback_context 

Source
pub unsafe extern "C" fn pipe_set_callback_context(
    pipe: *mut PipeSide,
    context: *mut c_void,
)
Expand description

Sets the custom context for all callbacks.

ยงArguments

  • [in] - pipe Pipe side to set the context of
  • [inout] - context Custom context that will be passed to callbacks