Type Definition grokj2k_sys::grk_msg_callback[][src]

type grk_msg_callback = Option<unsafe extern "C" fn(msg: *const c_char, client_data: *mut c_void)>;
Expand description

Callback function prototype for logging

@param msg Event message @param client_data Client object where will be return the event message