pthread_jit_write_callback_t typedef
! @typedef pthread_jit_write_callback_t The type of a function that can be supplied to {@link pthread_jit_write_with_callback_np} to write to the MAP_JIT region while it is writeable.
@param ctx A pointer to context that will be passed through to the callback function.
@result A result code to be returned to the caller of @{link pthread_jit_write_with_callback_np}. The system does not interpret/act on the value of this result.
Implementation
typedef pthread_jit_write_callback_t =
ffi.Pointer<ffi.NativeFunction<pthread_jit_write_callback_tFunction>>;